/* { "version": "1", "hash": "MEUCIQC5fsr2BN/p/1Cq9VrCBNCZVAw1uePD3DSRJ1PzP6WX1gIgBvKUg+KdPnR+F96+3rEVBBW1YtCwjmtUAWw5AB9O1N8=" } */ /* https://hcaptcha.com/license */ !function(){"use strict";function e(e){var t=this.constructor;return this.then((function(n){return t.resolve(e()).then((function(){return n}))}),(function(n){return t.resolve(e()).then((function(){return t.reject(n)}))}))}function t(e){return new this((function(t,n){if(!e||"undefined"==typeof e.length)return n(new TypeError(typeof e+" "+e+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var r=Array.prototype.slice.call(e);if(0===r.length)return t([]);var i=r.length;function o(e,n){if(n&&("object"==typeof n||"function"==typeof n)){var a=n.then;if("function"==typeof a)return void a.call(n,(function(t){o(e,t)}),(function(n){r[e]={status:"rejected",reason:n},0==--i&&t(r)}))}r[e]={status:"fulfilled",value:n},0==--i&&t(r)}for(var a=0;a=0&&e<=127},y=-1;function v(e){this.tokens=[].slice.call(e),this.tokens.reverse()}v.prototype={endOfStream:function(){return!this.tokens.length},read:function(){return this.tokens.length?this.tokens.pop():y},prepend:function(e){if(Array.isArray(e))for(var t=e;t.length;)this.tokens.push(t.pop());else this.tokens.push(e)},push:function(e){if(Array.isArray(e))for(var t=e;t.length;)this.tokens.unshift(t.shift());else this.tokens.unshift(e)}};var w=-1;function b(e,t){if(e)throw TypeError("Decoder error");return t||65533}function _(e){return e=String(e).trim().toLowerCase(),Object.prototype.hasOwnProperty.call(T,e)?T[e]:null}var T={};[{encodings:[{labels:["unicode-1-1-utf-8","utf-8","utf8"],name:"UTF-8"}],heading:"The Encoding"}].forEach((function(e){e.encodings.forEach((function(e){e.labels.forEach((function(t){T[t]=e}))}))}));var S,k={"UTF-8":function(e){return new U(e)}},E={"UTF-8":function(e){return new M(e)}},x="utf-8";function V(e,t){if(!(this instanceof V))throw TypeError("Called as a function. Did you forget 'new'?");e=e!==undefined?String(e):x,t=m(t),this._encoding=null,this._decoder=null,this._ignoreBOM=!1,this._BOMseen=!1,this._error_mode="replacement",this._do_not_flush=!1;var n=_(e);if(null===n||"replacement"===n.name)throw RangeError("Unknown encoding: "+e);if(!E[n.name])throw Error("Decoder not present. Did you forget to include encoding-indexes.js first?");var r=this;return r._encoding=n,t.fatal&&(r._error_mode="fatal"),t.ignoreBOM&&(r._ignoreBOM=!0),Object.defineProperty||(this.encoding=r._encoding.name.toLowerCase(),this.fatal="fatal"===r._error_mode,this.ignoreBOM=r._ignoreBOM),r}function R(e,t){if(!(this instanceof R))throw TypeError("Called as a function. Did you forget 'new'?");t=m(t),this._encoding=null,this._encoder=null,this._do_not_flush=!1,this._fatal=t.fatal?"fatal":"replacement";var n=this;if(t.NONSTANDARD_allowLegacyEncoding){var r=_(e=e!==undefined?String(e):x);if(null===r||"replacement"===r.name)throw RangeError("Unknown encoding: "+e);if(!k[r.name])throw Error("Encoder not present. Did you forget to include encoding-indexes.js first?");n._encoding=r}else n._encoding=_("utf-8");return Object.defineProperty||(this.encoding=n._encoding.name.toLowerCase()),n}function M(e){var t=e.fatal,n=0,r=0,i=0,o=128,a=191;this.handler=function(e,s){if(s===y&&0!==i)return i=0,b(t);if(s===y)return w;if(0===i){if(f(s,0,127))return s;if(f(s,194,223))i=1,n=31&s;else if(f(s,224,239))224===s&&(o=160),237===s&&(a=159),i=2,n=15&s;else{if(!f(s,240,244))return b(t);240===s&&(o=144),244===s&&(a=143),i=3,n=7&s}return null}if(!f(s,o,a))return n=i=r=0,o=128,a=191,e.prepend(s),b(t);if(o=128,a=191,n=n<<6|63&s,(r+=1)!==i)return null;var c=n;return n=i=r=0,c}}function U(e){e.fatal;this.handler=function(e,t){if(t===y)return w;if(g(t))return t;var n,r;f(t,128,2047)?(n=1,r=192):f(t,2048,65535)?(n=2,r=224):f(t,65536,1114111)&&(n=3,r=240);for(var i=[(t>>6*n)+r];n>0;){var o=t>>6*(n-1);i.push(128|63&o),n-=1}return i}}Object.defineProperty&&(Object.defineProperty(V.prototype,"encoding",{get:function(){return this._encoding.name.toLowerCase()}}),Object.defineProperty(V.prototype,"fatal",{get:function(){return"fatal"===this._error_mode}}),Object.defineProperty(V.prototype,"ignoreBOM",{get:function(){return this._ignoreBOM}})),V.prototype.decode=function(e,t){var n;n="object"==typeof e&&e instanceof ArrayBuffer?new Uint8Array(e):"object"==typeof e&&"buffer"in e&&e.buffer instanceof ArrayBuffer?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):new Uint8Array(0),t=m(t),this._do_not_flush||(this._decoder=E[this._encoding.name]({fatal:"fatal"===this._error_mode}),this._BOMseen=!1),this._do_not_flush=Boolean(t.stream);for(var r,i=new v(n),o=[];;){var a=i.read();if(a===y)break;if((r=this._decoder.handler(i,a))===w)break;null!==r&&(Array.isArray(r)?o.push.apply(o,r):o.push(r))}if(!this._do_not_flush){do{if((r=this._decoder.handler(i,i.read()))===w)break;null!==r&&(Array.isArray(r)?o.push.apply(o,r):o.push(r))}while(!i.endOfStream());this._decoder=null}return function(e){var t,n;return t=["UTF-8","UTF-16LE","UTF-16BE"],n=this._encoding.name,-1===t.indexOf(n)||this._ignoreBOM||this._BOMseen||(e.length>0&&65279===e[0]?(this._BOMseen=!0,e.shift()):e.length>0&&(this._BOMseen=!0)),function(e){for(var t="",n=0;n>10),56320+(1023&r)))}return t}(e)}.call(this,o)},Object.defineProperty&&Object.defineProperty(R.prototype,"encoding",{get:function(){return this._encoding.name.toLowerCase()}}),R.prototype.encode=function(e,t){e=e===undefined?"":String(e),t=m(t),this._do_not_flush||(this._encoder=k[this._encoding.name]({fatal:"fatal"===this._fatal})),this._do_not_flush=Boolean(t.stream);for(var n,r=new v(function(e){for(var t=String(e),n=t.length,r=0,i=[];r57343)i.push(o);else if(o>=56320&&o<=57343)i.push(65533);else if(o>=55296&&o<=56319)if(r===n-1)i.push(65533);else{var a=t.charCodeAt(r+1);if(a>=56320&&a<=57343){var s=1023&o,c=1023&a;i.push(65536+(s<<10)+c),r+=1}else i.push(65533)}r+=1}return i}(e)),i=[];;){var o=r.read();if(o===y)break;if((n=this._encoder.handler(r,o))===w)break;Array.isArray(n)?i.push.apply(i,n):i.push(n)}if(!this._do_not_flush){for(;(n=this._encoder.handler(r,r.read()))!==w;)Array.isArray(n)?i.push.apply(i,n):i.push(n);this._encoder=null}return new Uint8Array(i)},window.TextDecoder||(window.TextDecoder=V),window.TextEncoder||(window.TextEncoder=R),function(e){if("function"!=typeof Promise)throw"Promise support required";var t=e.crypto||e.msCrypto;if(t){var n=t.subtle||t.webkitSubtle;if(n){var r=e.Crypto||t.constructor||Object,i=e.SubtleCrypto||n.constructor||Object,o=(e.CryptoKey||e.Key,e.navigator.userAgent.indexOf("Edge/")>-1),a=!!e.msCrypto&&!o,s=!t.subtle&&!!t.webkitSubtle;if(a||s){var c={KoZIhvcNAQEB:"1.2.840.113549.1.1.1"},l={"1.2.840.113549.1.1.1":"KoZIhvcNAQEB"};if(["generateKey","importKey","unwrapKey"].forEach((function(e){var r=n[e];n[e]=function(i,o,c){var l,u,h,f,b=[].slice.call(arguments);switch(e){case"generateKey":l=m(i),u=o,h=c;break;case"importKey":l=m(c),u=b[3],h=b[4],"jwk"===i&&((o=y(o)).alg||(o.alg=g(l)),o.key_ops||(o.key_ops="oct"!==o.kty?"d"in o?h.filter(E):h.filter(k):h.slice()),b[1]=v(o));break;case"unwrapKey":l=b[4],u=b[5],h=b[6],b[2]=c._key}if("generateKey"===e&&"HMAC"===l.name&&l.hash)return l.length=l.length||{"SHA-1":512,"SHA-256":512,"SHA-384":1024,"SHA-512":1024}[l.hash.name],n.importKey("raw",t.getRandomValues(new Uint8Array(l.length+7>>3)),l,u,h);if(s&&"generateKey"===e&&"RSASSA-PKCS1-v1_5"===l.name&&(!l.modulusLength||l.modulusLength>=2048))return(i=m(i)).name="RSAES-PKCS1-v1_5",delete i.hash,n.generateKey(i,!0,["encrypt","decrypt"]).then((function(e){return Promise.all([n.exportKey("jwk",e.publicKey),n.exportKey("jwk",e.privateKey)])})).then((function(e){return e[0].alg=e[1].alg=g(l),e[0].key_ops=h.filter(k),e[1].key_ops=h.filter(E),Promise.all([n.importKey("jwk",e[0],l,!0,e[0].key_ops),n.importKey("jwk",e[1],l,u,e[1].key_ops)])})).then((function(e){return{publicKey:e[0],privateKey:e[1]}}));if((s||a&&"SHA-1"===(l.hash||{}).name)&&"importKey"===e&&"jwk"===i&&"HMAC"===l.name&&"oct"===o.kty)return n.importKey("raw",d(p(o.k)),c,b[3],b[4]);if(s&&"importKey"===e&&("spki"===i||"pkcs8"===i))return n.importKey("jwk",w(o),c,b[3],b[4]);if(a&&"unwrapKey"===e)return n.decrypt(b[3],c,o).then((function(e){return n.importKey(i,e,b[4],b[5],b[6])}));try{f=r.apply(n,b)}catch(_){return Promise.reject(_)}return a&&(f=new Promise((function(e,t){f.onabort=f.onerror=function(e){t(e)},f.oncomplete=function(t){e(t.target.result)}}))),f=f.then((function(e){return"HMAC"===l.name&&(l.length||(l.length=8*e.algorithm.length)),0==l.name.search("RSA")&&(l.modulusLength||(l.modulusLength=(e.publicKey||e).algorithm.modulusLength),l.publicExponent||(l.publicExponent=(e.publicKey||e).algorithm.publicExponent)),e=e.publicKey&&e.privateKey?{publicKey:new S(e.publicKey,l,u,h.filter(k)),privateKey:new S(e.privateKey,l,u,h.filter(E))}:new S(e,l,u,h)}))}})),["exportKey","wrapKey"].forEach((function(e){var t=n[e];n[e]=function(r,i,o){var c,l=[].slice.call(arguments);switch(e){case"exportKey":l[1]=i._key;break;case"wrapKey":l[1]=i._key,l[2]=o._key}if((s||a&&"SHA-1"===(i.algorithm.hash||{}).name)&&"exportKey"===e&&"jwk"===r&&"HMAC"===i.algorithm.name&&(l[0]="raw"),!s||"exportKey"!==e||"spki"!==r&&"pkcs8"!==r||(l[0]="jwk"),a&&"wrapKey"===e)return n.exportKey(r,i).then((function(e){return"jwk"===r&&(e=d(unescape(encodeURIComponent(JSON.stringify(y(e)))))),n.encrypt(l[3],o,e)}));try{c=t.apply(n,l)}catch(u){return Promise.reject(u)}return a&&(c=new Promise((function(e,t){c.onabort=c.onerror=function(e){t(e)},c.oncomplete=function(t){e(t.target.result)}}))),"exportKey"===e&&"jwk"===r&&(c=c.then((function(e){return(s||a&&"SHA-1"===(i.algorithm.hash||{}).name)&&"HMAC"===i.algorithm.name?{kty:"oct",alg:g(i.algorithm),key_ops:i.usages.slice(),ext:!0,k:h(f(e))}:((e=y(e)).alg||(e.alg=g(i.algorithm)),e.key_ops||(e.key_ops="public"===i.type?i.usages.filter(k):"private"===i.type?i.usages.filter(E):i.usages.slice()),e)}))),!s||"exportKey"!==e||"spki"!==r&&"pkcs8"!==r||(c=c.then((function(e){return e=b(y(e))}))),c}})),["encrypt","decrypt","sign","verify"].forEach((function(e){var t=n[e];n[e]=function(r,i,o,s){if(a&&(!o.byteLength||s&&!s.byteLength))throw new Error("Empty input is not allowed");var c,l=[].slice.call(arguments),u=m(r);if(!a||"sign"!==e&&"verify"!==e||"RSASSA-PKCS1-v1_5"!==r&&"HMAC"!==r||(l[0]={name:r}),a&&i.algorithm.hash&&(l[0].hash=l[0].hash||i.algorithm.hash),a&&"decrypt"===e&&"AES-GCM"===u.name){var h=r.tagLength>>3;l[2]=(o.buffer||o).slice(0,o.byteLength-h),r.tag=(o.buffer||o).slice(o.byteLength-h)}a&&"AES-GCM"===u.name&&l[0].tagLength===undefined&&(l[0].tagLength=128),l[1]=i._key;try{c=t.apply(n,l)}catch(p){return Promise.reject(p)}return a&&(c=new Promise((function(t,n){c.onabort=c.onerror=function(e){n(e)},c.oncomplete=function(n){n=n.target.result;if("encrypt"===e&&n instanceof AesGcmEncryptResult){var r=n.ciphertext,i=n.tag;(n=new Uint8Array(r.byteLength+i.byteLength)).set(new Uint8Array(r),0),n.set(new Uint8Array(i),r.byteLength),n=n.buffer}t(n)}}))),c}})),a){var u=n.digest;n.digest=function(e,t){if(!t.byteLength)throw new Error("Empty input is not allowed");var r;try{r=u.call(n,e,t)}catch(i){return Promise.reject(i)}return r=new Promise((function(e,t){r.onabort=r.onerror=function(e){t(e)},r.oncomplete=function(t){e(t.target.result)}})),r},e.crypto=Object.create(t,{getRandomValues:{value:function(e){return t.getRandomValues(e)}},subtle:{value:n}}),e.CryptoKey=S}s&&(t.subtle=n,e.Crypto=r,e.SubtleCrypto=i,e.CryptoKey=S)}}}function h(e){return btoa(e).replace(/\=+$/,"").replace(/\+/g,"-").replace(/\//g,"_")}function p(e){return e=(e+="===").slice(0,-e.length%4),atob(e.replace(/-/g,"+").replace(/_/g,"/"))}function d(e){for(var t=new Uint8Array(e.length),n=0;n2&&(n=!0,t.shift());var r={ext:!0};if("1.2.840.113549.1.1.1"!==t[0][0])throw new TypeError("Unsupported key type");var i=["n","e","d","p","q","dp","dq","qi"],o=_(t[1]);n&&o.shift();for(var a=0;a2&&(r=!0,o.unshift(new Uint8Array([0]))),n[0][0]="1.2.840.113549.1.1.1",t=o,n.push(new Uint8Array(T(t)).buffer),r?n.unshift(new Uint8Array([0])):n[1]={tag:3,value:n[1]},new Uint8Array(T(n)).buffer}function _(e,t){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),t||(t={pos:0,end:e.length}),t.end-t.pos<2||t.end>e.length)throw new RangeError("Malformed DER");var n,r=e[t.pos++],i=e[t.pos++];if(i>=128){if(i&=127,t.end-t.pos=128){var s=r;r=4;for(t.splice(i,0,s>>24&255,s>>16&255,s>>8&255,255&s);r>1&&!(s>>24);)s<<=8,r--;r<4&&t.splice(i,4-r),r|=128}return t.splice(i-2,2,n,r),t}function S(e,t,n,r){Object.defineProperties(this,{_key:{value:e},type:{value:e.type,enumerable:!0},extractable:{value:n===undefined?e.extractable:n,enumerable:!0},algorithm:{value:t===undefined?e.algorithm:t,enumerable:!0},usages:{value:r===undefined?e.usages:r,enumerable:!0}})}function k(e){return"verify"===e||"encrypt"===e||"wrapKey"===e}function E(e){return"sign"===e||"decrypt"===e||"unwrapKey"===e}}(window),Array.prototype.indexOf||(Array.prototype.indexOf=function(e){return function(t,n){if(null===this||this===undefined)throw TypeError("Array.prototype.indexOf called on null or undefined");var r=e(this),i=r.length>>>0,o=Math.min(0|n,i);if(o<0)o=Math.max(0,i+o);else if(o>=i)return-1;if(void 0===t){for(;o!==i;++o)if(void 0===r[o]&&o in r)return o}else if(t!=t){for(;o!==i;++o)if(r[o]!=r[o])return o}else for(;o!==i;++o)if(r[o]===t)return o;return-1}}(Object)),Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),document.getElementsByClassName||(window.Element.prototype.getElementsByClassName=document.constructor.prototype.getElementsByClassName=function(e){if(document.querySelectorAll)return document.querySelectorAll("."+e);for(var t=document.getElementsByTagName("*"),n=new RegExp("(^|\\s)"+e+"(\\s|$)"),r=[],i=0;ithis.length)&&(t=this.length),this.substring(t-e.length,t)===e});try{if(Object.defineProperty&&Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(Element.prototype,"textContent")&&!Object.getOwnPropertyDescriptor(Element.prototype,"textContent").get){var C=Object.getOwnPropertyDescriptor(Element.prototype,"innerText");Object.defineProperty(Element.prototype,"textContent",{get:function(){return C.get.call(this)},set:function(e){C.set.call(this,e)}})}}catch(Kn){}Function.prototype.bind||(Function.prototype.bind=function(e){if("function"!=typeof this)throw new TypeError("Function.prototype.bind: Item Can Not Be Bound.");var t=Array.prototype.slice.call(arguments,1),n=this,r=function(){},i=function(){return n.apply(this instanceof r?this:e,t.concat(Array.prototype.slice.call(arguments)))};return this.prototype&&(r.prototype=this.prototype),i.prototype=new r,i}),"function"!=typeof Object.create&&(Object.create=function(e,t){function n(){}if(n.prototype=e,"object"==typeof t)for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r]);return new n}),Date.now||(Date.now=function(){return(new Date).getTime()}),window.console||(window.console={});for(var O,A,W,Z,P=["error","info","log","show","table","trace","warn"],N=function(e){},z=P.length;--z>-1;)S=P[z],window.console[S]||(window.console[S]=N);if(window.atob)try{window.atob(" ")}catch(Hn){window.atob=function(e){var t=function(t){return e(String(t).replace(/[\t\n\f\r ]+/g,""))};return t.original=e,t}(window.atob)}else{var j="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",F=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/;window.atob=function(e){if(e=String(e).replace(/[\t\n\f\r ]+/g,""),!F.test(e))throw new TypeError("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var t,n,r;e+="==".slice(2-(3&e.length));for(var i="",o=0;o>16&255):64===r?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return i}}if(Event.prototype.preventDefault||(Event.prototype.preventDefault=function(){this.returnValue=!1}),Event.prototype.stopPropagation||(Event.prototype.stopPropagation=function(){this.cancelBubble=!0}),window.Prototype&&Array.prototype.toJSON){console.error("[hCaptcha] Custom JSON polyfill detected, please remove to ensure hCaptcha works properly");var B=Array.prototype.toJSON,I=JSON.stringify;JSON.stringify=function(e){try{return delete Array.prototype.toJSON,I(e)}finally{Array.prototype.toJSON=B}}}Object.keys||(Object.keys=(O=Object.prototype.hasOwnProperty,A=!Object.prototype.propertyIsEnumerable.call({toString:null},"toString"),Z=(W=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"]).length,function(e){if("function"!=typeof e&&("object"!=typeof e||null===e))throw new TypeError("Object.keys called on non-object");var t,n,r=[];for(t in e)O.call(e,t)&&r.push(t);if(A)for(n=0;nthis.k.maxBreadcrumbs&&this.u.shift(),this},addPlugin:function(e){var t=[].slice.call(arguments,1);return this.r.push([e,t]),this.n&&this.F(),this},setUserContext:function(e){return this.j.user=e,this},setExtraContext:function(e){return this.Z("extra",e),this},setTagsContext:function(e){return this.Z("tags",e),this},clearContext:function(){return this.j={},this},getContext:function(){return JSON.parse(s(this.j))},setEnvironment:function(e){return this.k.environment=e,this},setRelease:function(e){return this.k.release=e,this},setDataCallback:function(e){var t=this.k.dataCallback;return this.k.dataCallback=i(t,e),this},setBreadcrumbCallback:function(e){var t=this.k.breadcrumbCallback;return this.k.breadcrumbCallback=i(t,e),this},setShouldSendCallback:function(e){var t=this.k.shouldSendCallback;return this.k.shouldSendCallback=i(t,e),this},setTransport:function(e){return this.k.transport=e,this},lastException:function(){return this.d},lastEventId:function(){return this.f},isSetup:function(){return!(!this.a||!this.g&&(this.ravenNotConfiguredError||(this.ravenNotConfiguredError=!0,this.z("error","Error: Raven has not been configured.")),1))},afterLoad:function(){var e=L.RavenConfig;e&&this.config(e.dsn,e.config).install()},showReportDialog:function(e){if(D){if(!(e=S({eventId:this.lastEventId(),dsn:this.H,user:this.j.user||{}},e)).eventId)throw new l("Missing eventId");if(!e.dsn)throw new l("Missing DSN");var t=encodeURIComponent,n=[];for(var r in e)if("user"===r){var i=e.user;i.name&&n.push("name="+t(i.name)),i.email&&n.push("email="+t(i.email))}else n.push(t(r)+"="+t(e[r]));var o=this.J(this.G(e.dsn)),a=D.createElement("script");a.async=!0,a.src=o+"/api/embed/error-page/?"+n.join("&"),(D.head||D.body).appendChild(a)}},L:function(){var e=this;this.m+=1,setTimeout((function(){e.m-=1}))},$:function(e,t){var n,r;if(this.b){for(r in t=t||{},e="raven"+e.substr(0,1).toUpperCase()+e.substr(1),D.createEvent?(n=D.createEvent("HTMLEvents")).initEvent(e,!0,!0):(n=D.createEventObject()).eventType=e,t)x(t,r)&&(n[r]=t[r]);if(D.createEvent)D.dispatchEvent(n);else try{D.fireEvent("on"+n.eventType.toLowerCase(),n)}catch(i){}}},_:function(e){var t=this;return function(n){if(t.aa=null,t.v!==n){var r;t.v=n;try{r=U(n.target)}catch(i){r=""}t.captureBreadcrumb({category:"ui."+e,message:r})}}},ba:function(){var e=this;return function(t){var n;try{n=t.target}catch(i){return}var r=n&&n.tagName;if(r&&("INPUT"===r||"TEXTAREA"===r||n.isContentEditable)){var o=e.aa;o||e._("input")(t),clearTimeout(o),e.aa=setTimeout((function(){e.aa=null}),1e3)}}},ca:function(e,t){var n=A(this.w.href),r=A(t),i=A(e);this.x=t,n.protocol===r.protocol&&n.host===r.host&&(t=r.relative),n.protocol===i.protocol&&n.host===i.host&&(e=i.relative),this.captureBreadcrumb({category:"navigation",data:{to:t,from:e}})},C:function(){var e=this;e.da=Function.prototype.toString,Function.prototype.toString=function(){return"function"==typeof this&&this.M?e.da.apply(this.O,arguments):e.da.apply(this,arguments)}},Q:function(){this.da&&(Function.prototype.toString=this.da)},D:function(){function e(e){return function(t,r){for(var i=new Array(arguments.length),o=0;o"}}},a)),e.apply?e.apply(this,i):e(i[0],i[1])}}function t(e){var t=L[e]&&L[e].prototype;t&&t.hasOwnProperty&&t.hasOwnProperty("addEventListener")&&(W(t,"addEventListener",(function(t){return function(r,o,a,s){try{o&&o.handleEvent&&(o.handleEvent=n.wrap({mechanism:{type:"instrument",data:{target:e,"function":"handleEvent",handler:o&&o.name||""}}},o.handleEvent))}catch(c){}var l,u,h;return i&&i.dom&&("EventTarget"===e||"Node"===e)&&(u=n._("click"),h=n.ba(),l=function(e){if(e){var t;try{t=e.type}catch(n){return}return"click"===t?u(e):"keypress"===t?h(e):void 0}}),t.call(this,r,n.wrap({mechanism:{type:"instrument",data:{target:e,"function":"addEventListener",handler:o&&o.name||""}}},o,l),a,s)}}),r),W(t,"removeEventListener",(function(e){return function(t,n,r,i){try{n=n&&(n.N?n.N:n)}catch(o){}return e.call(this,t,n,r,i)}}),r))}var n=this,r=n.t,i=this.k.autoBreadcrumbs;W(L,"setTimeout",e,r),W(L,"setInterval",e,r),L.requestAnimationFrame&&W(L,"requestAnimationFrame",(function(e){return function(t){return e(n.wrap({mechanism:{type:"instrument",data:{"function":"requestAnimationFrame",handler:e&&e.name||""}}},t))}}),r);for(var o=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],a=0;a"}}},n)}))}var t=this,n=this.k.autoBreadcrumbs,r=t.t;if(n.xhr&&"XMLHttpRequest"in L){var i=L.XMLHttpRequest&&L.XMLHttpRequest.prototype;W(i,"open",(function(e){return function(n,r){return w(r)&&-1===r.indexOf(t.h)&&(this.ea={method:n,url:r,status_code:null}),e.apply(this,arguments)}}),r),W(i,"send",(function(n){return function(){function r(){if(i.ea&&4===i.readyState){try{i.ea.status_code=i.status}catch(e){}t.captureBreadcrumb({type:"http",category:"xhr",data:i.ea})}}for(var i=this,o=["onload","onerror","onprogress"],a=0;a"}}},e,r)})):i.onreadystatechange=r,n.apply(this,arguments)}}),r)}n.xhr&&Z()&&W(L,"fetch",(function(e){return function(){for(var n=new Array(arguments.length),r=0;r2?arguments[2]:void 0;return n&&t.ca(t.x,n+""),e.apply(this,arguments)}};W(L.history,"pushState",c,r),W(L.history,"replaceState",c,r)}if(n.console&&"console"in L&&console.log){var l=function(e,n){t.captureBreadcrumb({message:e,level:n.level,category:"console"})};T(["debug","info","warn","error","log"],(function(e,t){F(console,t,l)}))}},R:function(){for(var e;this.t.length;){var t=(e=this.t.shift())[0],n=e[1],r=e[2];t[n]=r}},S:function(){for(var e in this.q)this.p[e]=this.q[e]},F:function(){var e=this;T(this.r,(function(t,n){var r=n[0],i=n[1];r.apply(e,[e].concat(i))}))},G:function(e){var t=I.exec(e),n={},r=7;try{for(;r--;)n[B[r]]=t[r]||""}catch(i){throw new l("Invalid DSN: "+e)}if(n.pass&&!this.k.allowSecretKey)throw new l("Do not specify your secret key in the DSN. See: http://bit.ly/raven-secret-key");return n},J:function(e){var t="//"+e.host+(e.port?":"+e.port:"");return e.protocol&&(t=e.protocol+":"+t),t},A:function(e,t){(t=t||{}).mechanism=t.mechanism||{type:"onerror",handled:!1},this.m||this.V(e,t)},V:function(e,t){var n=this.X(e,t);this.$("handle",{stackInfo:e,options:t}),this.fa(e.name,e.message,e.url,e.lineno,n,t)},X:function(e,t){var n=this,r=[];if(e.stack&&e.stack.length&&(T(e.stack,(function(t,i){var o=n.ga(i,e.url);o&&r.push(o)})),t&&t.trimHeadFrames))for(var i=0;i0&&(e.breadcrumbs={values:[].slice.call(this.u,0)}),this.j.user&&(e.user=this.j.user),t.environment&&(e.environment=t.environment),t.release&&(e.release=t.release),t.serverName&&(e.server_name=t.serverName),e=this.pa(e),Object.keys(e).forEach((function(t){(null==e[t]||""===e[t]||_(e[t]))&&delete e[t]})),v(t.dataCallback)&&(e=t.dataCallback(e)||e),e&&!_(e)&&(!v(t.shouldSendCallback)||t.shouldSendCallback(e)))return this.ma()?void this.z("warn","Raven dropped error due to backoff: ",e):void("number"==typeof t.sampleRate?Math.random() ".length;e&&r++<5&&!("html"===(t=f(e))||r>1&&i+n.length*o+t.length>=80);)n.push(t),i+=t.length,e=e.parentNode;return n.reverse().join(" > ")},htmlElementAsString:f,isSameException:function(e,t){return!m(e,t)&&(e=e.values[0],t=t.values[0],e.type===t.type&&e.value===t.value&&!function(e,t){return o(e)&&o(t)}(e.stacktrace,t.stacktrace)&&g(e.stacktrace,t.stacktrace))},isSameStacktrace:g,parseUrl:function(e){if("string"!=typeof e)return{};var t=e.match(/^(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/),n=t[6]||"",r=t[8]||"";return{protocol:t[2],host:t[4],path:t[5],relative:t[5]+n+r}},fill:function(e,t,n,r){if(null!=e){var i=e[t];e[t]=n(i),e[t].M=!0,e[t].O=i,r&&r.push([e,t,i])}},safeJoin:function(e,t){if(!c(e))return"";for(var n=[],i=0;in?E(e,t-1):r},serializeKeysForMessage:function(e,t){if("number"==typeof e||"string"==typeof e)return e.toString();if(!Array.isArray(e))return"";if(0===(e=e.filter((function(e){return"string"==typeof e}))).length)return"[object has no keys]";if(t="number"!=typeof t?k:t,e[0].length>=t)return e[0];for(var n=e.length;n>0;n--){var r=e.slice(0,n).join(", ");if(!(r.length>t))return n===e.length?r:r+"…"}return""},sanitize:function(e,t){if(!c(t)||c(t)&&0===t.length)return e;var n,r=d(t),o="********";try{n=JSON.parse(b(e))}catch(i){return e}return function s(e){return c(e)?e.map((function(e){return s(e)})):a(e)?Object.keys(e).reduce((function(t,n){return t[n]=r.test(n)?o:s(e[n]),t}),{}):e}(n)}}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{7:7}],6:[function(e,t,n){(function(n){function r(){return"undefined"==typeof document||null==document.location?"":document.location.href}var i=e(5),o={collectWindowErrors:!0,debug:!1},a="undefined"!=typeof window?window:void 0!==n?n:"undefined"!=typeof self?self:{},s=[].slice,c="?",l=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/;o.report=function(){function e(t,n){var r=null;if(!n||o.collectWindowErrors){for(var i in d)if(d.hasOwnProperty(i))try{d[i].apply(null,[t].concat(s.call(arguments,2)))}catch(e){r=e}if(r)throw r}}function t(t,a,s,u,p){var d=i.isErrorEvent(p)?p.error:p,f=i.isErrorEvent(t)?t.message:t;if(g)o.computeStackTrace.augmentStackTraceWithInitialElement(g,a,s,f),n();else if(d&&i.isError(d))e(o.computeStackTrace(d),!0);else{var m,y={url:a,line:s,column:u},v=void 0;if("[object String]"==={}.toString.call(f))(m=f.match(l))&&(v=m[1],f=m[2]);y.func=c,e({name:v,message:f,url:r(),stack:[y]},!0)}return!!h&&h.apply(this,arguments)}function n(){var t=g,n=f;f=null,g=null,m=null,e.apply(null,[t,!1].concat(n))}function u(e,t){var r=s.call(arguments,1);if(g){if(m===e)return;n()}var i=o.computeStackTrace(e);if(g=i,m=e,f=r,setTimeout((function(){m===e&&n()}),i.incomplete?2e3:0),!1!==t)throw e}var h,p,d=[],f=null,m=null,g=null;return u.subscribe=function(e){p||(h=a.onerror,a.onerror=t,p=!0),d.push(e)},u.unsubscribe=function(e){for(var t=d.length-1;t>=0;--t)d[t]===e&&d.splice(t,1)},u.uninstall=function(){p&&(a.onerror=h,p=!1,h=void 0),d=[]},u}(),o.computeStackTrace=function(){function e(e){if("undefined"!=typeof e.stack&&e.stack){for(var t,n,i,o=/^\s*at (?:(.*?) ?\()?((?:file|https?|blob|chrome-extension|native|eval|webpack||[a-z]:|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,a=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx(?:-web)|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,s=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|moz-extension).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js))(?::(\d+))?(?::(\d+))?\s*$/i,l=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,u=/\((\S*)(?::(\d+))(?::(\d+))\)/,h=e.stack.split("\n"),p=[],d=(/^(.*) is undefined$/.exec(e.message),0),f=h.length;d eval")>-1&&(t=l.exec(n[3]))?(n[3]=t[1],n[4]=t[2],n[5]=null):0!==d||n[5]||"undefined"==typeof e.columnNumber||(p[0].column=e.columnNumber+1),i={url:n[3],func:n[1]||c,args:n[2]?n[2].split(","):[],line:n[4]?+n[4]:null,column:n[5]?+n[5]:null}}if(!i.func&&i.line&&(i.func=c),i.url&&"blob:"===i.url.substr(0,5)){var g=new XMLHttpRequest;if(g.open("GET",i.url,!1),g.send(null),200===g.status){var y=g.responseText||"",v=(y=y.slice(-300)).match(/\/\/# sourceMappingURL=(.*)$/);if(v){var w=v[1];"~"===w.charAt(0)&&(w=("undefined"==typeof document||null==document.location?"":document.location.origin?document.location.origin:document.location.protocol+"//"+document.location.hostname+(document.location.port?":"+document.location.port:""))+w.slice(1)),i.url=w.slice(0,-4)}}}p.push(i)}return p.length?{name:e.name,message:e.message,url:r(),stack:p}:null}}function t(e,t,n,r){var i={url:t,line:n};if(i.url&&i.line){if(e.incomplete=!1,i.func||(i.func=c),e.stack.length>0&&e.stack[0].url===i.url){if(e.stack[0].line===i.line)return!1;if(!e.stack[0].line&&e.stack[0].func===i.func)return e.stack[0].line=i.line,!1}return e.stack.unshift(i),e.partial=!0,!0}return e.incomplete=!0,!1}function n(e,a){for(var s,l,u=/function\s+([_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*)?\s*\(/i,h=[],p={},d=!1,f=n.caller;f&&!d;f=f.caller)if(f!==i&&f!==o.report){if(l={url:null,func:c,line:null,column:null},f.name?l.func=f.name:(s=u.exec(f.toString()))&&(l.func=s[1]),"undefined"==typeof l.func)try{l.func=s.input.substring(0,s.input.indexOf("{"))}catch(g){}p[""+f]?d=!0:p[""+f]=!0,h.push(l)}a&&h.splice(0,a);var m={name:e.name,message:e.message,url:r(),stack:h};return t(m,e.sourceURL||e.fileName,e.line||e.lineNumber,e.message||e.description),m}function i(t,i){var s=null;i=null==i?0:+i;try{if(s=e(t))return s}catch(a){if(o.debug)throw a}try{if(s=n(t,i+1))return s}catch(a){if(o.debug)throw a}return{name:t.name,message:t.message,url:r()}}return i.augmentStackTraceWithInitialElement=t,i.computeStackTraceFromStackProp=e,i}(),t.exports=o}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{5:5}],7:[function(e,t,n){function r(e,t){for(var n=0;n0){var s=r(n,this);~s?n.splice(s+1):n.push(this),~s?i.splice(s,1/0,o):i.push(o),~r(n,a)&&(a=t.call(this,o,a))}else n.push(a);return null==e?a instanceof Error?function(e){var t={stack:e.stack,message:e.message,name:e.name};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}(a):a:e.call(this,o,a)}}n=t.exports=function(e,t,n,r){return JSON.stringify(e,i(t,r),n)},n.getSerialize=i},{}],8:[function(e,t,n){function r(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function i(e,t,n,i,o,a){return r(function(e,t){return e<>>32-t}(r(r(t,e),r(i,a)),o),n)}function o(e,t,n,r,o,a,s){return i(t&n|~t&r,e,t,o,a,s)}function a(e,t,n,r,o,a,s){return i(t&r|n&~r,e,t,o,a,s)}function s(e,t,n,r,o,a,s){return i(t^n^r,e,t,o,a,s)}function c(e,t,n,r,o,a,s){return i(n^(t|~r),e,t,o,a,s)}function l(e,t){e[t>>5]|=128<>>9<<4)]=t;var n,i,l,u,h,p=1732584193,d=-271733879,f=-1732584194,m=271733878;for(n=0;n>5]>>>t%32&255);return n}function h(e){var t,n=[];for(n[(e.length>>2)-1]=void 0,t=0;t>5]|=(255&e.charCodeAt(t/8))<>>4&15)+r.charAt(15&t);return i}function d(e){return unescape(encodeURIComponent(e))}function f(e){return function(e){return u(l(h(e),8*e.length))}(d(e))}function m(e,t){return function(e,t){var n,r,i=h(e),o=[],a=[];for(o[15]=a[15]=void 0,i.length>16&&(i=l(i,8*e.length)),n=0;n<16;n+=1)o[n]=909522486^i[n],a[n]=1549556828^i[n];return r=l(o.concat(h(t)),512+8*t.length),u(l(a.concat(r),640))}(d(e),d(t))}t.exports=function(e,t,n){return t?n?m(t,e):function(e,t){return p(m(e,t))}(t,e):n?f(e):function(e){return p(f(e))}(e)}},{}]},{},[4])(4)}));var L=[{family:"UC Browser",patterns:["(UC? ?Browser|UCWEB|U3)[ /]?(\\d+)\\.(\\d+)\\.(\\d+)"]},{family:"Opera",name_replace:"Opera Mobile",patterns:["(Opera)/.+Opera Mobi.+Version/(\\d+)\\.(\\d+)","(Opera)/(\\d+)\\.(\\d+).+Opera Mobi","Opera Mobi.+(Opera)(?:/|\\s+)(\\d+)\\.(\\d+)","Opera Mobi","(?:Mobile Safari).*(OPR)/(\\d+)\\.(\\d+)\\.(\\d+)"]},{family:"Opera",name_replace:"Opera Mini",patterns:["(Opera Mini)(?:/att|)/?(\\d+|)(?:\\.(\\d+)|)(?:\\.(\\d+)|)","(OPiOS)/(\\d+).(\\d+).(\\d+)"]},{family:"Opera",name_replace:"Opera Neon",patterns:["Chrome/.+( MMS)/(\\d+).(\\d+).(\\d+)"]},{name_replace:"Opera",patterns:["(Opera)/9.80.*Version/(\\d+)\\.(\\d+)(?:\\.(\\d+)|)","(?:Chrome).*(OPR)/(\\d+)\\.(\\d+)\\.(\\d+)"]},{family:"Firefox",name_replace:"Firefox Mobile",patterns:["(Fennec)/(\\d+)\\.(\\d+)\\.?([ab]?\\d+[a-z]*)","(Fennec)/(\\d+)\\.(\\d+)(pre)","(Fennec)/(\\d+)\\.(\\d+)","(?:Mobile|Tablet);.*(Firefox)/(\\d+)\\.(\\d+)","(FxiOS)/(\\d+)\\.(\\d+)(\\.(\\d+)|)(\\.(\\d+)|)"]},{name_replace:"Coc Coc",patterns:["(coc_coc_browser)/(\\d+)\\.(\\d+)(?:\\.(\\d+)|)"]},{family:"QQ",name_replace:"QQ Mini",patterns:["(MQQBrowser/Mini)(?:(\\d+)(?:\\.(\\d+)|)(?:\\.(\\d+)|)|)"]},{family:"QQ",name_replace:"QQ Mobile",patterns:["(MQQBrowser)(?:/(\\d+)(?:\\.(\\d+)|)(?:\\.(\\d+)|)|)"]},{name_replace:"QQ",patterns:["(QQBrowser)(?:/(\\d+)(?:\\.(\\d+)\\.(\\d+)(?:\\.(\\d+)|)|)|)"]},{family:"Edge",name:"Edge Mobile",patterns:["Windows Phone .*(Edge)/(\\d+)\\.(\\d+)","(EdgiOS|EdgA)/(\\d+)\\.(\\d+).(\\d+).(\\d+)"]},{name_replace:"Edge",patterns:["(Edge|Edg)/(\\d+)(?:\\.(\\d+)|)"]},{patterns:["(Puffin)/(\\d+)\\.(\\d+)(?:\\.(\\d+)|)"]},{family:"Chrome",name_replace:"Chrome Mobile",patterns:["Version/.+(Chrome)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)","; wv\\).+(Chrome)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)","(CriOS)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)","(CrMo)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)","(Chrome)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+) Mobile(?:[ /]|$)"," Mobile .*(Chrome)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)"]},{family:"Yandex",name_replace:"Yandex Mobile",patterns:["(YaBrowser)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+).*Mobile"]},{name_replace:"Yandex",patterns:["(YaBrowser)/(\\d+)\\.(\\d+)\\.(\\d+)"]},{patterns:["(Vivaldi)/(\\d+)\\.(\\d+)","(Vivaldi)/(\\d+)\\.(\\d+)\\.(\\d+)"]},{name_replace:"Brave",patterns:["(brave)/(\\d+)\\.(\\d+)\\.(\\d+) Chrome"]},{family:"Chrome",patterns:["(Chromium|Chrome)/(\\d+)\\.(\\d+)(?:\\.(\\d+)|)(?:\\.(\\d+)|)"]},{name_replace:"Internet Explorer Mobile",patterns:["(IEMobile)[ /](\\d+)\\.(\\d+)"]},{family:"Safari",name_replace:"Safari Mobile",patterns:["(iPod|iPhone|iPad).+Version/(d+).(d+)(?:.(d+)|).*[ +]Safari","(iPod|iPod touch|iPhone|iPad);.*CPU.*OS[ +](\\d+)_(\\d+)(?:_(\\d+)|).* AppleNews\\/\\d+\\.\\d+\\.\\d+?","(iPod|iPhone|iPad).+Version/(\\d+)\\.(\\d+)(?:\\.(\\d+)|)","(iPod|iPod touch|iPhone|iPad);.*CPU.*OS[ +](\\d+)_(\\d+)(?:_(\\d+)|).*Mobile.*[ +]Safari","(iPod|iPod touch|iPhone|iPad);.*CPU.*OS[ +](\\d+)_(\\d+)(?:_(\\d+)|).*Mobile","(iPod|iPod touch|iPhone|iPad).* Safari","(iPod|iPod touch|iPhone|iPad)"]},{name_replace:"Safari",patterns:["(Version)/(\\d+)\\.(\\d+)(?:\\.(\\d+)|).*Safari/"]},{name_replace:"Internet Explorer",patterns:["(Trident)/(7|8).(0)"],major_replace:"11"},{name_replace:"Internet Explorer",patterns:["(Trident)/(6)\\.(0)"],major_replace:"10"},{name_replace:"Internet Explorer",patterns:["(Trident)/(5)\\.(0)"],major_replace:"9"},{name_replace:"Internet Explorer",patterns:["(Trident)/(4)\\.(0)"],major_replace:"8"},{family:"Firefox",patterns:["(Firefox)/(\\d+)\\.(\\d+)\\.(\\d+)","(Firefox)/(\\d+)\\.(\\d+)(pre|[ab]\\d+[a-z]*|)"]}],D=[{family:"Windows",name_replace:"Windows Phone",patterns:["(Windows Phone) (?:OS[ /])?(\\d+)\\.(\\d+)","^UCWEB.*; (wds) (\\d+)\\.(d+)(?:\\.(\\d+)|);","^UCWEB.*; (wds) (\\d+)\\.(\\d+)(?:\\.(\\d+)|);"]},{family:"Windows",name_replace:"Windows Mobile",patterns:["(Windows ?Mobile)"]},{name_replace:"Android",patterns:["(Android)[ \\-/](\\d+)(?:\\.(\\d+)|)(?:[.\\-]([a-z0-9]+)|)","(Android) (d+);","^UCWEB.*; (Adr) (\\d+)\\.(\\d+)(?:[.\\-]([a-z0-9]+)|);","^(JUC).*; ?U; ?(?:Android|)(\\d+)\\.(\\d+)(?:[\\.\\-]([a-z0-9]+)|)","(android)\\s(?:mobile\\/)(\\d+)(?:\\.(\\d+)(?:\\.(\\d+)|)|)","(Silk-Accelerated=[a-z]{4,5})","Puffin/[\\d\\.]+AT","Puffin/[\\d\\.]+AP"]},{name_replace:"Chrome OS",patterns:["(x86_64|aarch64)\\ (\\d+)\\.(\\d+)\\.(\\d+).*Chrome.*(?:CitrixChromeApp)$","(CrOS) [a-z0-9_]+ (\\d+)\\.(\\d+)(?:\\.(\\d+)|)"]},{name_replace:"Windows",patterns:["(Windows 10)","(Windows NT 6\\.4)","(Windows NT 10\\.0)"],major_replace:"10"},{name_replace:"Windows",patterns:["(Windows NT 6\\.3; ARM;)","(Windows NT 6.3)"],major_replace:"8",minor_replace:"1"},{name_replace:"Windows",patterns:["(Windows NT 6\\.2)"],major_replace:"8"},{name_replace:"Windows",patterns:["(Windows NT 6\\.1)"],major_replace:"7"},{name_replace:"Windows",patterns:["(Windows NT 6\\.0)"],major_replace:"Vista"},{name_replace:"Windows",patterns:["(Windows (?:NT 5\\.2|NT 5\\.1))"],major_replace:"XP"},{name_replace:"Mac OS X",patterns:["((?:Mac[ +]?|; )OS[ +]X)[\\s+/](?:(\\d+)[_.](\\d+)(?:[_.](\\d+)|)|Mach-O)","\\w+\\s+Mac OS X\\s+\\w+\\s+(\\d+).(\\d+).(\\d+).*","(?:PPC|Intel) (Mac OS X)"]},{name_replace:"Mac OS X",patterns:[" (Dar)(win)/(10).(d+).*((?:i386|x86_64))"],major_replace:"10",minor_replace:"6"},{name_replace:"Mac OS X",patterns:[" (Dar)(win)/(11).(\\d+).*\\((?:i386|x86_64)\\)"],major_replace:"10",minor_replace:"7"},{name_replace:"Mac OS X",patterns:[" (Dar)(win)/(12).(\\d+).*\\((?:i386|x86_64)\\)"],major_replace:"10",minor_replace:"8"},{name_replace:"Mac OS X",patterns:[" (Dar)(win)/(13).(\\d+).*\\((?:i386|x86_64)\\)"],major_replace:"10",minor_replace:"9"},{name_replace:"iOS",patterns:["^UCWEB.*; (iPad|iPh|iPd) OS (\\d+)_(\\d+)(?:_(\\d+)|);","(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS)[ +]+(\\d+)[_\\.](\\d+)(?:[_\\.](\\d+)|)","(iPhone|iPad|iPod); Opera","(iPhone|iPad|iPod).*Mac OS X.*Version/(\\d+)\\.(\\d+)","\\b(iOS[ /]|iOS; |iPhone(?:/| v|[ _]OS[/,]|; | OS : |\\d,\\d/|\\d,\\d; )|iPad/)(\\d{1,2})[_\\.](\\d{1,2})(?:[_\\.](\\d+)|)","\\((iOS);","(iPod|iPhone|iPad)","Puffin/[\\d\\.]+IT","Puffin/[\\d\\.]+IP"]},{family:"Chrome",name_replace:"Chromecast",patterns:["(CrKey -)(?:[ /](\\d+)\\.(\\d+)(?:\\.(\\d+)|)|)","(CrKey[ +]armv7l)(?:[ /](\\d+)\\.(\\d+)(?:\\.(\\d+)|)|)","(CrKey)(?:[/](\\d+)\\.(\\d+)(?:\\.(\\d+)|)|)"]},{name_replace:"Debian",patterns:["([Dd]ebian)"]},{family:"Linux",name_replace:"Linux",patterns:["(Linux Mint)(?:/(\\d+)|)"]},{family:"Linux",patterns:["(Ubuntu|Kubuntu|Arch Linux|CentOS|Slackware|Gentoo|openSUSE|SUSE|Red Hat|Fedora|PCLinuxOS|Mageia|(?:Free|Open|Net|\\b)BSD)","(Mandriva)(?: Linux|)/(?:[\\d.-]+m[a-z]{2}(\\d+).(\\d)|)","(Linux)(?:[ /](\\d+)\\.(\\d+)(?:\\.(\\d+)|)|)","\\(linux-gnu\\)"]},{family:"BlackBerry",name_replace:"BlackBerry OS",patterns:["(BB10);.+Version/(\\d+)\\.(\\d+)\\.(\\d+)","(Black[Bb]erry)[0-9a-z]+/(\\d+)\\.(\\d+)\\.(\\d+)(?:\\.(\\d+)|)","(Black[Bb]erry).+Version/(\\d+)\\.(\\d+)\\.(\\d+)(?:\\.(\\d+)|)","(Black[Bb]erry)"]},{patterns:["(Fedora|Red Hat|PCLinuxOS|Puppy|Ubuntu|Kindle|Bada|Sailfish|Lubuntu|BackTrack|Slackware|(?:Free|Open|Net|\\b)BSD)[/ ](\\d+)\\.(\\d+)(?:\\.(\\d+)|)(?:\\.(\\d+)|)"]}],K=navigator.userAgent,H=function(){return K},$=function(e){return X(e||K,L)},q=function(e){return X(e||K,D)};function G(e,t){try{var n=new RegExp(t).exec(e);return n?{name:n[1]||"Other",major:n[2]||"0",minor:n[3]||"0",patch:n[4]||"0"}:null}catch(Hn){return null}}function X(e,t){for(var n=null,r=null,i=-1,o=!1;++ithis.height()?"landscape":"portrait"},J.prototype.getWindowDimensions=function(){return[this.width(),this.height()]},J.prototype.interrogateNavigator=function(){var e={};for(var t in window.navigator)if("webkitPersistentStorage"!==t)try{e[t]=window.navigator[t]}catch(Kn){}if(delete e.plugins,delete e.mimeTypes,e.plugins=[],window.navigator.plugins)for(var n=0;n0||navigator.msMaxTouchPoints>0),t=!1,n&&(t=["iOS","Windows Phone","Windows Mobile","Android","BlackBerry OS"].indexOf(n.name)>=0),e&&t),this.dpr=function(){return window.devicePixelRatio||1},this.mobile&&n&&"Windows"===n.family&&r.indexOf("touch")<0&&(this.mobile=!1),this.os="iOS"===n.family?"ios":"Android"===n.family?"android":"Mac OS X"===n.family?"mac":"Windows"===n.family?"windows":"Linux"===n.family?"linux":n.family.toLowerCase(),this.version=function(){if(!n)return"unknown";var e=n.major;return n.minor&&(e+="."+n.minor),n.patch&&(e+="."+n.patch),e}()},ee={Browser:Y,System:Q,supportsPAT:function(){return("mac"===Q.os||"ios"===Q.os)&&"safari"===Y.type&&Y.version>=16.2}},te="challenge-passed",ne="challenge-escaped",re="challenge-closed",ie="challenge-expired",oe="invalid-data",ae="bundle-error",se="rate-limited",ce="network-error",le="challenge-error",ue="incomplete-answer",he="missing-captcha",pe="missing-sitekey",de="invalid-captcha-id",fe="https://api.hcaptcha.com",me="https://api2.hcaptcha.com",ge="auto",ye={host:null,file:null,sitekey:null,a11y_tfe:null,pingdom:"safari"===ee.Browser.type&&"windows"!==ee.System.os&&"mac"!==ee.System.os&&"ios"!==ee.System.os&&"android"!==ee.System.os,assetDomain:"https://newassets.hcaptcha.com",assetUrl:"https://newassets.hcaptcha.com/captcha/v1/a28812e910b57e4ac097884908bc2d05a8975c8a/static",width:null,height:null,mobile:null,orientation:"portrait",challenge_type:null},ve={se:null,custom:!1,tplinks:"on",language:null,reportapi:"https://accounts.hcaptcha.com",endpoint:fe,pstIssuer:"https://pst-issuer.hcaptcha.com",size:"normal",theme:"light",mode:undefined,assethost:null,imghost:null,recaptchacompat:"true",pat:"on",confirmNav:!1},we="https://30910f52569b4c17b1081ead2dae43b4@sentry.hcaptcha.com/6",be="a28812e910b57e4ac097884908bc2d05a8975c8a",_e="prod";function Te(e,t){e.style.width="302px",e.style.height="76px",e.style.backgroundColor="#f9e5e5",e.style.position="relative",e.innerHTML="";var n=document.createElement("div");n.style.width="284px",n.style.position="absolute",n.style.top="12px",n.style.left="10px",n.style.color="#7c0a06",n.style.fontSize="14px",n.style.fontWeight="normal",n.style.lineHeight="18px",n.innerHTML=t||"Please upgrade your browser to complete this captcha.",e.appendChild(n)}function Se(e){for(var t=document.getElementsByClassName("h-captcha"),n=[],r=0;r=10)){var t=xe(e.trim().split("\n").slice(0,2));Ee.push(t)}}function Re(e){e&&"object"==typeof e||(e={name:"error",message:"",stack:""});var t={message:e.name+": "+e.message};e.stack&&(t.stack_trace={trace:e.stack}),Ae("report error","internal","debug",t),Ce(e.message||"internal error","error",ye.file,e)}function Me(e){return function(){try{return e.apply(this,arguments)}catch(Kn){throw Re(Kn),Se((function(e){Te(e,ke)})),Kn}}}function Ue(e){if(ve.sentry){var t=!1,n=!1;try{t=-1!==window.location.href.indexOf("chargebee.com"),n=-1!==window.location.href.indexOf("kobo")}catch(Hn){}window.Raven&&Raven.config(we,{release:be,environment:_e,autoBreadcrumbs:{xhr:!0,dom:!0,sentry:!0},tags:{"site-host":ye.host,"site-key":ye.sitekey,"endpoint-url":ve.endpoint,"asset-url":ye.assetUrl},sampleRate:t||n?1:.01,ignoreErrors:["Cannot set properties of undefined (setting 'data')","canvas.contentDocument","Can't find variable: ZiteReader","Cannot redefine property: hcaptcha","Cannot redefine property: BetterJsPop","grecaptcha is not defined","jQuery is not defined","$ is not defined","Script is not a function"]}),window.Raven&&Raven.setUserContext({"Browser-Agent":ee.Browser.agent,"Browser-Type":ee.Browser.type,"Browser-Version":ee.Browser.version,"System-OS":ee.System.os,"System-Version":ee.System.version,"Is-Mobile":ee.System.mobile}),Ae(ye.file+"_internal","setup","info"),e&&(window.onerror=function(e,t,n,r,i){i&&"object"==typeof i||(i={});var o=i.name||"Error",a=i.stack||"";Me(Ve)(a),-1===a.indexOf("chrome-extension://")&&-1===a.indexOf("safari-extension://")&&-1===a.indexOf("moz-extension://")&&-1===a.indexOf("chrome://internal-")&&-1===a.indexOf("/hammerhead.js")&&-1===a.indexOf("eval at buildCode")&&-1===a.indexOf("u.c.b.r.o.w.s.e.r/ucbrowser_script.js")&&(Ae(e,"global","debug",{name:o,url:t,line:n,column:r,stack:a}),Oe("global",i,{message:e}))})}}function Ce(e,t,n,r){if(t=t||"error",ve.sentry){var i="warn"===t?"warning":t;window.Raven&&Raven.captureMessage(e,{level:i,logger:n,extra:r})}}function Oe(e,t,n){return(n=n||{}).error=t,Ce(t&&t.message||"Missing error message","error",e,n)}function Ae(e,t,n,r){ve.sentry&&window.Raven&&Raven.captureBreadcrumb({message:e,category:t,level:n,data:r})}var We={__proto__:null,_stackTraceSet:Ee,toRefinedString:xe,reportError:Re,errorWrapper:Me,initSentry:Ue,sentryMessage:Ce,sentryError:Oe,sentryBreadcrumb:Ae};function Ze(){var e=[],t=null,n=!1,r=[],i=function(t){try{if(e.length>=10)return;var n=t.stack;if("string"!=typeof n)return;var r=n.trim().split("\n");"Error"===r[0]&&(r=r.slice(1));for(var i=/extension/,o=r.length;o--;){var a=r[o];if(i.test(a)){r=[a];break}}o<0&&(r=r.slice(-2));var s=xe(r);s&&-1===e.indexOf(s)&&e.push(s)}catch(t){return}},o=function(){if(n)try{for(var e=0;e=10&&o(),i(new Error)),l.apply(t,arguments)},r.push((function(){c?t[a]=l:delete t[a]}))}};return{run:function(e){if(!n){n=!0,isFinite(e)&&(t=setTimeout((function(){o()}),e));try{a(document,"getElementsByClassName"),a(document,"getElementById"),a(document,"querySelector"),a(document,"querySelectorAll"),a(document,"getElementsByTagName"),a(console,"log")}catch(r){o(),i(r)}}},collect:function(){return e.concat(Ee)}}}var Pe={getCookie:function(e){var t=document.cookie.replace(/ /g,"").split(";");try{for(var n="",r=t.length;r--&&!n;)t[r].indexOf(e)>=0&&(n=t[r]);return n}catch(Hn){return""}},hasCookie:function(e){return!!Pe.getCookie(e)},supportsAPI:function(){try{return"hasStorageAccess"in document&&"requestStorageAccess"in document}catch(Hn){return!1}},hasAccess:function(){return new Promise((function(e){document.hasStorageAccess().then((function(){e(!0)}))["catch"]((function(){e(!1)}))}))},requestAccess:function(){try{return document.requestStorageAccess()}catch(Hn){return Promise.resolve()}}},Ne={array:function(e){if(0===e.length)return e;for(var t,n,r=e.length;--r>-1;)n=Math.floor(Math.random()*(r+1)),t=e[r],e[r]=e[n],e[n]=t;return e}};function ze(e){this.r=255,this.g=255,this.b=255,this.a=1,this.h=1,this.s=1,this.l=1,this.parseString(e)}function je(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}ze.hasAlpha=function(e){return"string"==typeof e&&(-1!==e.indexOf("rgba")||9===e.length&&"#"===e[0])},ze.prototype.parseString=function(e){e&&(0===e.indexOf("#")?this.fromHex(e):0===e.indexOf("rgb")&&this.fromRGBA(e))},ze.prototype.fromHex=function(e){var t=1;9===e.length&&(t=parseInt(e.substr(7,2),16)/255);var n=(e=e.substr(1,6)).replace(/^([a-f\d])([a-f\d])([a-f\d])?$/i,(function(e,t,n,r){return t+t+n+n+r+r})),r=parseInt(n,16),i=r>>16,o=r>>8&255,a=255&r;this.setRGBA(i,o,a,t)},ze.prototype.fromRGBA=function(e){var t=e.indexOf("rgba"),n=e.substr(t).replace(/rgba?\(/,"").replace(/\)/,"").replace(/[\s+]/g,"").split(","),r=Math.floor(parseInt(n[0])),i=Math.floor(parseInt(n[1])),o=Math.floor(parseInt(n[2])),a=parseFloat(n[3]);this.setRGBA(r,i,o,a)},ze.prototype.setRGB=function(e,t,n){this.setRGBA(e,t,n,1)},ze.prototype.setRGBA=function(e,t,n,r){this.r=e,this.g=t,this.b=n,this.a=isNaN(r)?this.a:r,this.updateHSL()},ze.prototype.hsl2rgb=function(e,t,n){if(0===t){var r=Math.round(255*n);return this.setRGB(r,r,r),this}var i=n<=.5?n*(1+t):n+t-n*t,o=2*n-i;return this.r=Math.round(255*je(o,i,e+1/3)),this.g=Math.round(255*je(o,i,e)),this.b=Math.round(255*je(o,i,e-1/3)),this.h=e,this.s=t,this.l=n,this},ze.prototype.updateHSL=function(){var e,t=this.r/255,n=this.g/255,r=this.b/255,i=Math.max(t,n,r),o=Math.min(t,n,r),a=null,s=(i+o)/2;if(i===o)a=e=0;else{var c=i-o;switch(e=s>.5?c/(2-i-o):c/(i+o),i){case t:a=(n-r)/c+(n1&&(e/=100),this.hsl2rgb(this.h,this.s,e),this},ze.prototype.saturation=function(e){return e>1&&(e/=100),this.hsl2rgb(this.h,e,this.l),this},ze.prototype.hue=function(e){return this.hsl2rgb(e/360,this.s,this.l),this};var Fe={decode:function(e){try{var t=e.split(".");return{header:JSON.parse(atob(t[0])),payload:JSON.parse(atob(t[1])),signature:atob(t[2].replace(/_/g,"/").replace(/-/g,"+")),raw:{header:t[0],payload:t[1],signature:t[2]}}}catch(Hn){throw new Error("Token is invalid.")}},checkExpiration:function(e){if(new Date(1e3*e)<=new Date(Date.now()))throw new Error("Token is expired.");return!0}},Be={_setup:!1,_af:null,_fps:60,_singleFrame:1/60,_lagThreshold:500,_adjustedLag:1/60*2,_startTime:0,_lastTime:0,_nextTime:1/60,_elapsed:0,_difference:0,_renders:[],_paused:!1,_running:!1,_tick:!1,frame:0,time:0,requestFrame:null,cancelFrame:null,_init:function(){for(var e,t=window.requestAnimationFrame,n=window.cancelAnimationFrame,r=["ms","moz","webkit","o"],i=r.length;--i>-1&&!t;)t=window[r[i]+"RequestAnimationFrame"],n=window[r[i]+"CancelAnimationFrame"]||window[r[i]+"CancelRequestAnimationFrame"];t?(Be.requestFrame=t.bind(window),Be.cancelFrame=n.bind(window)):(Be.requestFrame=(e=Date.now(),function(t){window.setTimeout((function(){t(Date.now()-e)}),1e3*Be._singleFrame)}),Be.cancelFrame=function(e){return clearTimeout(e),null}),Be._setup=!0,Be._startTime=Be._lastTime=Date.now()},add:function(e,t){Be._renders.push({callback:e,paused:!1==!t||!1}),!1==!t&&Be.start()},remove:function(e){for(var t=Be._renders.length;--t>-1;)Be._renders[t].callback===e&&(Be._renders[t].paused=!0,Be._renders.splice(t,1))},start:function(e){if(!1===Be._setup&&Be._init(),e)for(var t=Be._renders.length;--t>-1;)Be._renders[t].callback===e&&(Be._renders[t].paused=!1);!0!==Be._running&&(Be._paused=!1,Be._running=!0,Be._af=Be.requestFrame(Be._update))},stop:function(e){if(e)for(var t=Be._renders.length;--t>-1;)Be._renders[t].callback===e&&(Be._renders[t].paused=!0);else!1!==Be._running&&(Be._af=Be.cancelFrame(Be._af),Be._paused=!0,Be._running=!1)},elapsed:function(){return Date.now()-Be._startTime},fps:function(e){return arguments.length?(Be._fps=e,Be._singleFrame=1/(Be._fps||60),Be._adjustedLag=2*Be._singleFrame,Be._nextTime=Be.time+Be._singleFrame,Be._fps):Be._fps},isRunning:function(){return Be._running},_update:function(){if(!Be._paused&&(Be._elapsed=Date.now()-Be._lastTime,Be._tick=!1,Be._elapsed>Be._lagThreshold&&(Be._startTime+=Be._elapsed-Be._adjustedLag),Be._lastTime+=Be._elapsed,Be.time=(Be._lastTime-Be._startTime)/1e3,Be._difference=Be.time-Be._nextTime,Be._difference>0&&(Be.frame++,Be._nextTime+=Be._difference+(Be._difference>=Be._singleFrame?Be._singleFrame/4:Be._singleFrame-Be._difference),Be._tick=!0),Be._af=Be.requestFrame(Be._update),!0===Be._tick&&Be._renders.length>0))for(var e=Be._renders.length;--e>-1;)Be._renders[e]&&!1===Be._renders[e].paused&&Be._renders[e].callback(Be.time)}};var Ie=function(e){for(var t,n,r,i={},o=e?e.indexOf("&")>=0?e.split("&"):[e]:[],a=0;a=0){if(t=o[a].split("="),n=decodeURIComponent(t[0]),"false"!==(r=decodeURIComponent(t[1]))&&"true"!==r||(r="true"===r),"theme"===n||"themeConfig"===n)try{r=JSON.parse(r)}catch(Hn){}i[n]=r}return i},Le=function(e){var t=[];for(var n in e){var r=e[n];r="object"==typeof r?JSON.stringify(r):r,t.push([encodeURIComponent(n),encodeURIComponent(r)].join("="))}return t.join("&")},De={__proto__:null,Decode:Ie,Encode:Le};function Ke(e,t,n){return Math.min(Math.max(e,t),n)}var He={__proto__:null,clamp:Ke,range:function(e,t,n,r,i,o){var a=(e-t)*(i-r)/(n-t)+r;return!1===o?a:Ke(a,Math.min(r,i),Math.max(r,i))},toRadians:function(e){return e*(Math.PI/180)},toDegrees:function(e){return 180*e/Math.PI}};function $e(e,t){this._period=e,this._interval=t,this._date=[],this._data=[],this._prevTimestamp=0,this._meanPeriod=0,this._medianPeriod=0,this._medianMaxHeapSize=32,this._medianMinHeap=[],this._medianMaxHeap=[],this._meanCounter=0}function qe(e){return new Promise((function(t,n){e(t,n,(function r(){e(t,n,r)}))}))}function Ge(e,t){var n="attempts"in(t=t||{})?t.attempts:1,r=t.delay||0,i=t.onFail;return qe((function(t,o,a){e().then(t,(function(e){var t=n-- >0;if(i){var s=i(e,n);s&&(t=!1!==s.retry&&t,r=s.delay)}t?setTimeout(a,r||0):o(e)}))}))}function Xe(e){var t=[].slice.call(arguments,1);"string"==typeof e?window[e]?"function"==typeof window[e]?window[e].apply(null,t):console.log("[hCaptcha] Callback '"+e+"' is not a function."):console.log("[hCaptcha] Callback '"+e+"' is not defined."):"function"==typeof e?e.apply(null,t):console.log("[hcaptcha] Invalid callback '"+e+"'.")}function Je(){try{Xe.apply(null,arguments)}catch(Kn){console.error("[hCaptcha] There was an error in your callback."),console.error(Kn)}}function Ye(e,t){for(var n=["hl","custom","tplinks","sitekey","theme","type","size","tabindex","callback","expired-callback","chalexpired-callback","error-callback","open-callback","close-callback","endpoint","challenge-container","confirm-nav","orientation","mode"],r={},i=0;i=this._period&&(this._date.push(e),this._data.push(t)),!n){var r=e-this._prevTimestamp;this._meanPeriod=(this._meanPeriod*this._meanCounter+r)/(this._meanCounter+1),this._meanCounter++,this._medianPeriod=this._calculateMedianPeriod(r)}this._prevTimestamp=e},$e.prototype._calculateMedianPeriod=function(e){this._medianMaxHeap||(this._medianMaxHeap=[]),this._medianMinHeap||(this._medianMinHeap=[]);var t=this._fetchMedianPeriod();return 0===this._medianMaxHeap.length&&0===this._medianMinHeap.length?this._medianMaxHeap.push(e):e<=t?(this._medianMaxHeap.push(e),this._medianMaxHeap.sort((function(e,t){return t-e}))):(this._medianMinHeap.push(e),this._medianMinHeap.sort((function(e,t){return e-t}))),this._rebalanceHeaps(),this._fetchMedianPeriod()},$e.prototype._rebalanceHeaps=function(){var e=null;this._medianMaxHeap.length>this._medianMinHeap.length+1?(e=this._medianMaxHeap.shift(),this._medianMinHeap.push(e),this._medianMinHeap.sort((function(e,t){return e-t}))):this._medianMinHeap.length>this._medianMaxHeap.length+1&&(e=this._medianMinHeap.shift(),this._medianMaxHeap.push(e),this._medianMaxHeap.sort((function(e,t){return t-e}))),this._medianMinHeap.length==this._medianMaxHeap.length&&this._medianMaxHeap.length>this._medianMaxHeapSize&&(this._medianMinHeap.pop(),this._medianMaxHeap.pop())},$e.prototype._fetchMedianPeriod=function(){return this._medianMaxHeap.length>this._medianMinHeap.length?this._medianMaxHeap[0]:this._medianMinHeap.length>this._medianMaxHeap.length?this._medianMinHeap[0]:0!==this._medianMaxHeap.length&&0!==this._medianMinHeap.length?(this._medianMaxHeap[0]+this._medianMinHeap[0])/2:-1},$e.prototype._cleanStaleData=function(){for(var e=Date.now(),t=this._date.length-1;t>=0;t--){if(e-this._date[t]>=this._interval){this._date.splice(0,t+1),this._data.splice(0,t+1);break}}};var Qe,et={UUID:function(e){return/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i.test(e)||!1},UUIDv4:function(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e)||!1},URL:function(e){var t=new RegExp("^(http|https)://"),n=new RegExp("^((?!(data|javascript):).)*$");return t.test(e)&&n.test(e)&&-1===e.indexOf("#")},IMAGE:function(e){return(0===e.indexOf("https://")||0===e.indexOf("/"))&&e.endsWith(".png")}};function tt(e){var t,n,r="string"==typeof e?e:JSON.stringify(e),i=-1;for(Qe=Qe||function(){var e,t,n,r=[];for(t=0;t<256;t++){for(e=t,n=0;n<8;n++)e=1&e?3988292384^e>>>1:e>>>1;r[t]=e}return r}(),t=0,n=r.length;t>>8^Qe[255&(i^r.charCodeAt(t))];return(-1^i)>>>0}var nt={__proto__:null,createErrorsAggregator:Ze,uuid:function(){return Math.random().toString(36).substr(2)},Render:Be,JWT:Fe,Color:ze,Shuffle:Ne,MathUtil:He,Storage:Pe,Query:De,TimeBuffer:$e,PromiseUtil:{__proto__:null,promiseRecursive:qe,promiseRetry:Ge},ErrorUtil:We,_stackTraceSet:Ee,toRefinedString:xe,reportError:Re,errorWrapper:Me,initSentry:Ue,sentryMessage:Ce,sentryError:Oe,sentryBreadcrumb:Ae,renderFallback:Te,forEachCaptchaNode:Se,callUserFunction:Je,composeParams:Ye,is:et,promiseRecursive:qe,promiseRetry:Ge,crc32:tt,TaskContext:{container:{},set:function(e,t){this.container[e]=t},clear:function(){this.container={}}}},rt={eventName:function(e,t){var n=e;"down"===e||"up"===e||"move"===e||"over"===e||"out"===e?n=!(ee.System.mobile&&"desktop"!==t||"mobile"===t)||"down"!==e&&"up"!==e&&"move"!==e?"mouse"+e:"down"===e?"touchstart":"up"===e?"touchend":"touchmove":"enter"===e&&(n="keydown");return n},actionName:function(e){var t=e;return"touchstart"===t||"mousedown"===t?t="down":"touchmove"===t||"mousemove"===t?t="move":"touchend"===t||"mouseup"===t?t="up":"mouseover"===t?t="over":"mouseout"===t&&(t="out"),t},eventCallback:function(e,t,n){var r=rt.actionName(e);return function(i){if(i=i||window.event,"down"===r||"move"===r||"up"===r||"over"===r||"out"===r||"click"===r){var o=rt.eventCoords(i);if(!o)return;var a=n.getBoundingClientRect();i.windowX=o.x,i.windowY=o.y,i.elementX=i.windowX-(a.x||a.left),i.elementY=i.windowY-(a.y||a.top)}i.keyNum=i.which||i.keyCode||0,"enter"===e&&13!==i.keyNum&&32!==i.keyNum||(i.action=r,i.targetElement=n,t(i))}},eventCoords:function(e){if(!e)return null;var t=e;if(e.touches||e.changedTouches){var n=e.touches&&e.touches.length>=1?e.touches:e.changedTouches;n&&n[0]&&(t=n[0])}return"number"==typeof t.pageX&&"number"==typeof t.pageY?{x:t.pageX,y:t.pageY}:"number"==typeof t.clientX&&"number"==typeof t.clientY?{x:t.clientX,y:t.clientY}:null}},it=["Webkit","Moz","ms"],ot=document.createElement("div").style,at={};function st(e){var t=at[e];return t||(e in ot?e:at[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=it.length;n--;)if((e=it[n]+t)in ot)return e}(e)||e)}function ct(e,t,n){if(this.dom=null,this._clss=[],this._nodes=[],this._listeners=[],this._frag=null,e&&"object"==typeof e){this.dom=e;var r=[],i=[];"string"==typeof e.className&&(i=e.className.split(" "));for(var o=0;o=0||e.indexOf(".")>=0))&&(e&&(t=e),e="div"),this.dom=document.createElement(e),t&&(t.indexOf("#")>=0?this.dom.id=t.split("#")[1]:(t.indexOf(".")>=0&&(t=t.split(".")[1]),this.addClass.call(this,t)));!0===n&&(this._frag=document.createDocumentFragment(),this._frag.appendChild(this.dom))}function lt(e){if(null===e)return"";var t=[];return ut(e,t),t.join("&")}function ut(e,t){var n,r;if("object"==typeof e)for(r in e)!0===ht(n=e[r])?ut(n,t):t[t.length]=pt(r,n);else if(!0===Array.isArray(e))for(var i=0;i-1;)this._nodes[t]===e&&this._nodes.splice(t,1);var n=e instanceof ct?e.dom:e,r=n.parentNode===this.dom?this.dom:n.parentNode;if(r.removeChild&&r.removeChild(n),!r)throw new Error("Child component does not have correct setup");e.__destroy&&e.__destroy()}catch(Hn){Re({name:"DomElement Remove Child",message:Hn.message||"Failed to remove child."})}},ct.prototype.addClass=function(e){return!1===this.hasClass.call(this,e)&&(this._clss.push(e),this.dom.className=this._clss.join(" ")),this},ct.prototype.hasClass=function(e){for(var t=-1!==this.dom.className.split(" ").indexOf(e),n=this._clss.length;n--&&!t;)t=this._clss[n]===e;return t},ct.prototype.removeClass=function(e){for(var t=this._clss.length;--t>-1;)this._clss[t]===e&&this._clss.splice(t,1);return this.dom.className=this._clss.join(" "),this},ct.prototype.text=function(e){if(this&&this.dom){if(!e)return this.dom.textContent;for(var t,n,r,i,o=/&(.*?);/g,a=/<[a-z][\s\S]*>/i;null!==(t=o.exec(e));){!1===a.test(t[0])?(r=t[0],i=void 0,(i=document.createElement("div")).innerHTML=r,n=i.textContent,e=e.replace(new RegExp(t[0],"g"),n)):e=e.replace(t[0],"")}return this.dom.textContent=e,this}},ct.prototype.content=ct.prototype.text,ct.prototype.css=function(e){var t,n="ie"===ee.Browser.type&&8===ee.Browser.version,r="safari"===ee.Browser.type&&12===Math.floor(ee.Browser.version);for(var i in e){t=e[i];try{if("transition"===i&&r)continue;"opacity"!==i&&"zIndex"!==i&&"fontWeight"!==i&&isFinite(t)&&parseFloat(t)===t&&(t+="px");var o=st(i);n&&"opacity"===i?this.dom.style.filter="alpha(opacity="+100*t+")":n&&ze.hasAlpha(t)?this.dom.style[o]=new ze(t).getHex():this.dom.style[o]=t}catch(Kn){}}return this},ct.prototype.backgroundImage=function(e,t,n,r){var i=t!==undefined&&n!==undefined,o={"-ms-high-contrast-adjust":"none"};if("object"==typeof t&&(r=t),r===undefined&&(r={}),i){var a=e.width/e.height,s=t,c=s/a;r.cover&&cn&&(s=(c=n)*a),o.width=s,o.height=c,r.center&&(o.marginLeft=-s/2,o.marginTop=-c/2,o.position="absolute",o.left="50%",o.top="50%"),(r.left||r.right)&&(o.left=r.left||0,o.top=r.top||0)}"ie"===ee.Browser.type&&8===ee.Browser.version?o.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+e.src+"',sizingMethod='scale')":(o.background="url("+e.src+")",o.backgroundPosition="50% 50%",o.backgroundRepeat="no-repeat",o.backgroundSize=i?s+"px "+c+"px":r.cover?"cover":r.contain?"contain":"100%"),this.css.call(this,o)},ct.prototype.setAttribute=function(e,t){var n;if("object"==typeof e)for(var r in e)n=e[r],this.dom.setAttribute(r,n);else this.dom.setAttribute(e,t)},ct.prototype.removeAttribute=function(e,t){var n;if("object"==typeof e)for(var r in e)n=e[r],this.dom.removeAttribute(r,n);else this.dom.removeAttribute(e,t)},ct.prototype.addEventListener=function(e,t,n){var r={event:rt.eventName(e),handler:rt.eventCallback(e,t,this.dom),callback:t};if(this._listeners.push(r),this.dom.addEventListener?this.dom.addEventListener(r.event,r.handler,n):this.dom.attachEvent("on"+r.event,r.handler),e!==r.event&&(r.event.indexOf("mouse")>=0||r.event.indexOf("touch")>=0)){var i=r.event.indexOf("touch")>=0?"desktop":"mobile",o=rt.eventName(e,i);if(o===r.event)return;this.addEventListener.call(this,o,t,n)}},ct.prototype.removeEventListener=function(e,t,n){for(var r,i=this._listeners.length,o=rt.eventName(e);--i>-1;)(r=this._listeners[i]).event===o&&r.callback===t&&(this._listeners.splice(i,1),this.dom.removeEventListener?this.dom.removeEventListener(r.event,r.handler,n):this.dom.detachEvent("on"+r.event,r.handler))},ct.prototype.focus=function(){this.dom.focus()},ct.prototype.blur=function(){this.dom.blur()},ct.prototype.html=function(e){return e&&(this.dom.innerHTML=e),this.dom.innerHTML},ct.prototype.__destroy=function(){for(var e,t=this._listeners.length;--t>-1;)e=this._listeners[t],this._listeners.splice(t,1),this.dom.removeEventListener?this.dom.removeEventListener(e.event,e.handler):this.dom.detachEvent("on"+e.event,e.handler);return this.dom=null,this._clss=[],this._nodes=[],this._listeners=[],this._frag=null,e=null,null},ct.prototype.isConnected=function(){return!!this.dom&&("isConnected"in this.dom?this.dom.isConnected:!(this.dom.ownerDocument&&this.dom.ownerDocument.compareDocumentPosition(this.dom)&this.dom.DOCUMENT_POSITION_DISCONNECTED))};var dt={af:"Afrikaans",sq:"Albanian",am:"Amharic",ar:"Arabic",hy:"Armenian",az:"Azerbaijani",eu:"Basque",be:"Belarusian",bn:"Bengali",bg:"Bulgarian",bs:"Bosnian",my:"Burmese",ca:"Catalan",ceb:"Cebuano",zh:"Chinese","zh-CN":"Chinese Simplified","zh-TW":"Chinese Traditional",co:"Corsican",hr:"Croatian",cs:"Czech",da:"Danish",nl:"Dutch",en:"English",eo:"Esperanto",et:"Estonian",fi:"Finnish",fr:"French",fy:"Frisian",gd:"Gaelic",gl:"Galacian",ka:"Georgian",de:"German",el:"Greek",gu:"Gujurati",ht:"Haitian",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hu:"Hungarian",is:"Icelandic",ig:"Igbo",id:"Indonesian",ga:"Irish",it:"Italian",ja:"Japanese",jw:"Javanese",kn:"Kannada",kk:"Kazakh",km:"Khmer",rw:"Kinyarwanda",ky:"Kirghiz",ko:"Korean",ku:"Kurdish",lo:"Lao",la:"Latin",lv:"Latvian",lt:"Lithuanian",lb:"Luxembourgish",mk:"Macedonian",mg:"Malagasy",ms:"Malay",ml:"Malayalam",mt:"Maltese",mi:"Maori",mr:"Marathi",mn:"Mongolian",ne:"Nepali",no:"Norwegian",ny:"Nyanja",or:"Oriya",fa:"Persian",pl:"Polish","pt-BR":"Portuguese (Brazil)",pt:"Portuguese (Portugal)",ps:"Pashto",pa:"Punjabi",ro:"Romanian",ru:"Russian",sm:"Samoan",sn:"Shona",sd:"Sindhi",si:"Sinhalese",sr:"Serbian",sk:"Slovak",sl:"Slovenian",so:"Somali",st:"Southern Sotho",es:"Spanish",su:"Sundanese",sw:"Swahili",sv:"Swedish",tl:"Tagalog",tg:"Tajik",ta:"Tamil",tt:"Tatar",te:"Teluga",th:"Thai",tr:"Turkish",tk:"Turkmen",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",cy:"Welsh",xh:"Xhosa",yi:"Yiddish",yo:"Yoruba",zu:"Zulu"},ft={zh:{"I am human":"我是人"},ar:{"I am human":"أنا الإنسان"},af:{"I am human":"Ek is menslike"},am:{"I am human":"እኔ ሰው ነኝ"},hy:{"I am human":"Ես մարդ եմ"},az:{"I am human":"Mən insanam"},eu:{"I am human":"Gizakia naiz"},bn:{"I am human":"আমি মানব নই"},bg:{"I am human":"Аз съм човек"},ca:{"I am human":"Sóc humà"},hr:{"I am human":"Ja sam čovjek"},cs:{"I am human":"Jsem člověk"},da:{"I am human":"Jeg er et menneske"},nl:{"I am human":"Ik ben een mens"},et:{"I am human":"Ma olen inimeste"},fi:{"I am human":"Olen ihminen"},fr:{"I am human":"Je suis humain"},gl:{"I am human":"Eu son humano"},ka:{"I am human":"მე ვარ ადამიანი"},de:{"I am human":"Ich bin ein Mensch"},el:{"I am human":"Είμαι άνθρωπος"},gu:{"I am human":"હું માનવ છું"},iw:{"I am human":". אני אנושי"},hi:{"I am human":"मैं मानव हूं"},hu:{"I am human":"Nem vagyok robot"},is:{"I am human":"Ég er manneskja"},id:{"I am human":"Aku manusia"},it:{"I am human":"Sono un essere umano"},ja:{"I am human":"私は人間です"},kn:{"I am human":"ನಾನು ಮಾನವನು"},ko:{"I am human":"사람입니다"},lo:{"I am human":"ຂ້ອຍເປັນມະນຸດ"},lv:{"I am human":"Es esmu cilvēks"},lt:{"I am human":"Aš esu žmogaus"},ms:{"I am human":"Saya manusia"},ml:{"I am human":"ഞാൻ മനുഷ്യനാണ്"},mr:{"I am human":"मी मानवी आहे"},mn:{"I am human":"Би бол хүн"},no:{"I am human":"Jeg er menneskelig"},fa:{"I am human":"من انسانی هستم"},pl:{"I am human":"Jestem człowiekiem"},pt:{"I am human":"Sou humano"},ro:{"I am human":"Eu sunt om"},ru:{"I am human":"Я человек"},sr:{"I am human":"Ja sam ljudski"},si:{"I am human":"මම මිනිස්සු"},sk:{"I am human":"Ja som človek"},sl:{"I am human":"Jaz sem človeški"},es:{"I am human":"Soy humano"},sw:{"I am human":"Mimi ni binadamu"},sv:{"I am human":"Jag är människa"},ta:{"I am human":"நான் மனித"},te:{"I am human":"నేను మనిషిని"},th:{"I am human":"ผมมนุษย์"},tr:{"I am human":"Ben bir insanım"},uk:{"I am human":"Я людини"},ur:{"I am human":"میں انسان ہوں"},vi:{"I am human":"Tôi là con người"},zu:{"I am human":"Ngingumuntu"}},mt=null,gt={translate:function(e,t){var n=gt.getBestTrans(ft),r=n&&n[e];if(r=r||e,t)for(var i=Object.keys(t),o=i.length;o--;)r=r.replace(new RegExp("{{"+i[o]+"}}","g"),t[i[o]]);return r},getBestTrans:function(e){var t=gt.getLocale();return t in e?e[t]:gt.getShortLocale(t)in e?e[gt.getShortLocale(t)]:"en"in e?e.en:null},resolveLocale:function(e){var t=gt.getShortLocale(e);return"in"===t&&(e="id"),"iw"===t&&(e="he"),"nb"===t&&(e="no"),"ji"===t&&(e="yi"),"zh-CN"===e&&(e="zh"),"jv"===t&&(e="jw"),"me"===t&&(e="bs"),dt[e]?e:dt[t]?t:"en"},getLocale:function(){return gt.resolveLocale(mt||window.navigator.userLanguage||window.navigator.language)},setLocale:function(e){"zh-Hans"===e?e="zh-CN":"zh-Hant"===e&&(e="zh-TW"),mt=e},getShortLocale:function(e){return e.indexOf("-")>=0?e.substring(0,e.indexOf("-")):e},getLangName:function(e){return dt[e]},isShortLocale:function(e){return 2===e.length||3===e.length},addTable:function(e,t){if(t||(t=Object.create(null)),ft[e]){var n=ft[e];for(var r in t)n[r]=t[r]}else ft[e]=t;return ft[e]},getTable:function(e){return ft[e]},addTables:function(e){for(var t in e)gt.addTable(t,e[t]);return ft},getTables:function(){return ft}},yt={400:"Rate limited or network error. Please retry.",429:"Your computer or network has sent too many requests.",500:"Cannot contact hCaptcha. Check your connection and try again."},vt=function(e){try{return gt.translate(yt[e])}catch(Hn){return!1}},wt="undefined"!=typeof XDomainRequest&&!("withCredentials"in XMLHttpRequest.prototype);function bt(e,t,n){n=n||{};var r={url:t,method:e.toUpperCase(),responseType:n.responseType||"string",dataType:n.dataType||null,withCredentials:n.withCredentials||!1,headers:n.headers||null,data:n.data||null,timeout:n.timeout||null,pst:n.pst||null};r.legacy=r.withCredentials&&wt;var i="fetch"in window&&r.pst?Tt:_t;return n.retry?Ge((function(){return n.data&&(r.data="function"==typeof n.data?n.data():n.data,"json"===r.dataType&&"object"==typeof r.data?r.data=JSON.stringify(r.data):"query"===r.dataType&&(r.data=lt(r.data))),i(r)}),n.retry):(n.data&&(r.data="function"==typeof n.data?n.data():n.data,"json"===r.dataType&&"object"==typeof r.data?r.data=JSON.stringify(r.data):"query"===r.dataType&&(r.data=lt(r.data))),i(r))}function _t(e){var t=e.legacy?new XDomainRequest:new XMLHttpRequest,n="function"==typeof e.url?e.url():e.url;return new Promise((function(r,i){var o,a=function(o){return function(){var a=t.response,s=t.statusText||"",c=t.status,l=t.readyState;if(a||""!==t.responseType&&"text"!==t.responseType||(a=t.responseText),4===l||e.legacy){try{if(a){var u=t.contentType;t.getResponseHeader&&(u=t.getResponseHeader("content-type"));var h=-1!==(u=u?u.toLowerCase():"").indexOf("application/json");if("ArrayBuffer"in window&&a instanceof ArrayBuffer&&h&&(a=(new TextDecoder).decode(new Uint8Array(a))),"string"==typeof a)try{a=JSON.parse(a)}catch(p){h&&Oe("http",p,{url:n,config:e,responseType:t.responseType,contentType:u,response:a})}}}catch(p){return Oe("http",p,{contentType:u}),void i({event:ce,endpoint:n,response:a,state:l,status:c,message:vt(c||400)||s})}if("error"===o||c>=400&&c<=511)return void i({event:ce,endpoint:n,response:a,state:l,status:c,message:409===c&&a.error||vt(c||400)||s});r({state:l,status:c,body:a,message:s})}}};if((t.onload=a("complete"),t.onerror=t.ontimeout=a("error"),t.open(e.method,n),"arraybuffer"===e.responseType&&(!e.legacy&&"TextDecoder"in window&&"ArrayBuffer"in window?t.responseType="arraybuffer":(e.responseType="json",e.headers.accept="application/json")),e.timeout&&(t.timeout="function"==typeof e.timeout?e.timeout(n):e.timeout),!e.legacy)&&(t.withCredentials=e.withCredentials,e.headers))for(var s in e.headers)o=e.headers[s],t.setRequestHeader(s,o);setTimeout((function(){t.send(e.data)}),0)}))}function Tt(e){var t,n="function"==typeof e.url?e.url():e.url,r=new Headers;if("json"===e.responseType&&r.set("content-type","application/json"),e.headers)for(var i in e.headers)t=e.headers[i],r.set(i,t);var o={method:e.method,credentials:"include",body:e.data,headers:r};if(e.pst){var a={};"token-request"===e.pst?a={version:1,operation:"token-request"}:"token-redemption"===e.pst?a={version:1,operation:"token-redemption",refreshPolicy:"refresh"}:"send-redemption-record"===e.pst&&(a={version:1,operation:"send-redemption-record",issuers:[ve.pstIssuer]}),o.privateToken=a}return new Promise((function(t,r){fetch(n,o).then((function(i){return 200!==i.status?r({event:ce,endpoint:n,response:i,state:4,status:i.status,message:vt(i.status||400)}):("arraybuffer"===e.responseType?i.arrayBuffer():"json"===e.responseType?i.json():i.text()).then((function(e){t({state:4,status:i.status,body:e,message:vt(i.status||400)})}))}))["catch"]((function(e){r({event:ce,endpoint:n,response:e.error,state:4,status:400,message:vt(400)})}))}))}var St=function(e,t){if("object"==typeof e&&t===undefined&&(e=(t=e).url),null===e)throw new Error("Url missing");return bt("GET",e,t)},kt=["svg","gif","png"];function Et(e,t){t=t||{};var n,r=e;if(0===r.indexOf("data:image"))for(var i=!1,o=kt.length,a=-1;a++=0)&&(n=kt[a]);else n=r.substr(r.lastIndexOf(".")+1,r.length);!!(!document.createElementNS||!document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect)&&t.fallback&&(t.fallback.indexOf(".")>=0?n=(r=t.fallback).substr(r.lastIndexOf(".")+1,r.length):(r=e.substr(0,e.indexOf(n))+t.fallback,n=t.fallback)),t.prefix&&(r=t.prefix+"/"+r),this.attribs={crossOrigin:t.crossOrigin||null},this.id=r,this.src=function(e){if(ve.assethost&&0===e.indexOf(ye.assetDomain))return ve.assethost+e.replace(ye.assetDomain,"");if(ve.imghost&&e.indexOf("imgs")>=0){var t=e.indexOf(".ai")>=0?e.indexOf(".ai")+3:e.indexOf(".com")+4;return ve.imghost+e.substr(t,e.length)}return e}(r),this.ext=n,this.width=0,this.height=0,this.aspect=0,this.loaded=!1,this.error=!1,this.element=null,this.cb={load:[],error:[]}}function xt(e,t,n){for(var r=e[t],i=r.length,o=null;--i>-1;)o=r[i],r.splice(i,1),o(n);"error"===t?e.load=[]:e.error=[]}function Vt(e,t){var n=e;t||(t={}),t.prefix&&(n=t.prefix+"/"+e),this.attribs={defer:t.defer||null,async:t.async||null,crossOrigin:t.crossOrigin||null,integrity:t.integrity||null},this.id=n,this.src=function(e){if(ve.assethost&&0===e.indexOf(ye.assetDomain))return ve.assethost+e.replace(ye.assetDomain,"");return e}(n),this.loaded=!1,this.error=!1,this.element=null,this.cb={load:[],error:[]}}function Rt(e,t,n){for(var r=e[t],i=r.length,o=null;--i>-1;)o=r[i],r.splice(i,1),o(n);"error"===t?e.load=[]:e.error=[]}function Mt(e,t){var n=e;t||(t={}),t.prefix&&(n=t.prefix+"/"+e),this.responseType=t.responseType,this.id=n,this.src=function(e){if(ve.assethost&&0===e.indexOf(ye.assetDomain))return ve.assethost+e.replace(ye.assetDomain,"");return e}(n),this.loaded=!1,this.error=!1,this.cb={load:[],error:[]},this.data=null}function Ut(e,t,n){for(var r=e[t],i=r.length,o=null;--i>-1;)o=r[i],r.splice(i,1),o(n);"error"===t?e.load=[]:e.error=[]}Et.prototype.load=function(){return("svg"===this.ext?this._loadSvg():this._loadImg())["catch"]((function(e){throw Ce("Asset failed","error","assets",{error:e}),e}))},Et.prototype._loadSvg=function(){var e,t=this,n=this.src,r=this.id;if(0===n.indexOf("data:image/svg+xml")){var i=n.slice("data:image/svg+xml,".length);e=Promise.resolve(decodeURIComponent(i))}else e=St(n).then((function(e){return e.body}));return e.then((function(e){var n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement,r=parseInt(n.getAttribute("width")),i=parseInt(n.getAttribute("height"));return t._imgLoaded(n,r,i),t}))["catch"]((function(e){t.error=!0;var n=(e&&e.message?e.message:e||"Loading Error")+": "+r;throw xt(t.cb,"error",n),n}))},Et.prototype._loadImg=function(){var e=this,t=this.attribs,n=this.src,r=this.id;return new Promise((function(i,o){function a(){e.loaded||(e._imgLoaded(s,s.width,s.height),s.onload=s.onerror=null,i(e))}var s=new Image;t.crossOrigin&&(s.crossOrigin=t.crossOrigin),s.onerror=function(){e.error=!0,s.onload=s.onerror=null;var t="Loading Error: "+r;xt(e.cb,"error",t),o(t)},s.onload=a,s.src=n,s.complete&&a()}))},Et.prototype._imgLoaded=function(e,t,n){this.element=new ct(e),this.width=t,this.height=n,this.aspect=t/n,this.loaded=!0,xt(this.cb,"load",this)},Et.prototype.onload=function(e){this.error||(this.loaded?e(this):this.cb.load.push(e))},Et.prototype.onerror=function(e){this.loaded&&!this.error||(this.error?e(this):this.cb.error.push(e))},Vt.prototype.load=function(){var e=this,t=this.attribs,n=this.src,r=this.id;return new Promise((function(i,o){var a=document.createElement("script");e.element=a,a.onerror=function(){e.error=!0,a.onload=a.onreadystatechange=a.onerror=null;var t="Loading Error: "+r;Rt(e.cb,"error",t),o(t)},a.onload=a.onreadystatechange=function(){this.loaded||a.readyState&&"loaded"!==a.readyState&&"complete"!==a.readyState||(e.loaded=!0,a.onload=a.onreadystatechange=a.onerror=null,document.body.removeChild(a),Rt(e.cb,"load",e),i(e))},a.type="text/javascript",a.src=n,t.crossOrigin&&(a.crossorigin=t.crossOrigin),t.async&&(a.async=!0),t.defer&&(a.defer=!0),t.integrity&&(a.integrity=t.integrity),document.body.appendChild(a),a.complete&&a.onload()}))},Vt.prototype.onload=function(e){this.error||(this.loaded?e(this):this.cb.load.push(e))},Vt.prototype.onerror=function(e){this.loaded&&!this.error||(this.error?e(this):this.cb.error.push(e))},Mt.prototype.load=function(){var e=this,t=this.src,n=this.id;return new Promise((function(r,i){var o={};"arraybuffer"===e.responseType?o.responseType="arraybuffer":t.indexOf("json")>=0&&(o.responseType="json"),St(t,o).then((function(t){e.loaded=!0,e.data=t.body,Ut(e.cb,"load",e),r(e)}))["catch"]((function(t){e.error=!0;var r=(t&&t.message?t.message:"Loading Error")+": "+n;Ut(e.cb,"error",r),i(r)}))}))},Mt.prototype.onload=function(e){this.error||(this.loaded?e(this):this.cb.load.push(e))},Mt.prototype.onerror=function(e){this.loaded&&!this.error||(this.error?e(this):this.cb.error.push(e))};var Ct=[],Ot=function(e,t){var n=new Mt(e,t);return Ct.push(n),n.load()},At=function(e){return new Promise((function(t,n){for(var r=Ct.length,i=!1,o=null;--r>-1&&!i;)i=(o=Ct[r]).id===e||-1!==o.id.indexOf("/"===e[0]?"":"/"+e);if(!i)return t(null);o.onload(t),o.onerror(n)}))},Wt=[],Zt=!1,Pt=!1;function Nt(){document.addEventListener?(document.addEventListener("DOMContentLoaded",jt),window.addEventListener("load",jt)):(document.attachEvent("onreadystatechange",zt),window.attachEvent("onload",jt)),Zt=!0}function zt(){"interactive"!==document.readyState&&"loaded"!==document.readyState&&"complete"!==document.readyState||jt()}function jt(){if(!1===Pt){for(var e=0;e=1?n=e.touches:e.changedTouches&&e.changedTouches.length>=1&&(n=e.changedTouches),n){for(var i=0;i=t)},function(e){var t=e._MSzZTi.pop(),n=e._MSzZTi.pop();e._MSzZTi.push(n+t)},function(e){var t=e._MSzZTi.pop();e._MSzZTi.push(typeof t)},function(e){var t=e._MSzZTi.pop(),n=e._v1GqXmT5[e._7rqA3K++];t||(e._7rqA3K=n)},function(e){var t=e._MSzZTi.pop(),n=e._MSzZTi.pop();e._MSzZTi.push(n<=t)},function(e){var t=e._MSzZTi.pop(),n=e._MSzZTi.pop();e._MSzZTi.push(nt)},function(e){var t=e._MSzZTi.pop(),n=e._MSzZTi.pop();e._MSzZTi.push(n===t)},function(e){var t=e._v1GqXmT5[e._7rqA3K++],n=e._v1GqXmT5[e._7rqA3K++],r=-1==t?e._8RSEtTLMCH:e._JLQt5Ll6[t];e._MSzZTi.push(r[n])},function(e){var t=e._MSzZTi.pop(),n=e._MSzZTi.pop(),r=e._MSzZTi.pop();e._MSzZTi.push(n[t]+=r)},function(e){var t=e._MSzZTi.pop();e._MSzZTi.push(!t)},function(e){var t=e._MSzZTi.pop(),n=e._MSzZTi.pop();e._MSzZTi.push(n|t)},function(e){var t=e._MSzZTi.pop(),n=e._MSzZTi.pop();e._MSzZTi.push(n instanceof t)},function(e){e._MSzZTi.push(undefined)},function(e){var t=e._MSzZTi.pop();e._MSzZTi.push(window[t])},function(e){for(var t=e._v1GqXmT5[e._7rqA3K++],n={},r=0;r0&&o[0]&&o[0]._l?o=o.splice(1,o.length-1):i=!0;var a=e._zDHoe,s=e._1WwRqdliG,c=e._JLQt5Ll6;if(e._MSzZTi.push(e._7rqA3K),e._MSzZTi.push(e._zDHoe),e._MSzZTi.push(e._8RSEtTLMCH),e._MSzZTi.push(o),e._MSzZTi.push(r),e._1WwRqdliG=e._7rqA3K,e._7rqA3K=n,e._zDHoe=this,e._JLQt5Ll6=r._r,t(e),e._zDHoe=a,e._1WwRqdliG=s,e._JLQt5Ll6=c,i)return e._MSzZTi.pop()};r._l={},r._r=Array.prototype.slice.call(e._JLQt5Ll6),e._MSzZTi.push(r)},function(){var t=e._MSzZTi.pop(),n=e._v1GqXmT5[e._7rqA3K++];e._8RSEtTLMCH=t,e._JLQt5Ll6[n]=t},function(e){e._MSzZTi.push(rt)}],_v1GqXmT5:[20,0,1,0,10,14,52,38,-1,0,22,0,16,59,20,0,53,1,26,29,1,0,1,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,1,0,1392,24,-9,7,42,-1,1,0,2532,12,6,7,20,3,22,0,16,58,6,10,69,52,38,-1,1,22,0,16,202,20,0,53,2,26,29,1,0,1,20,0,38,-1,2,20,0,38,-1,3,42,-1,1,0,2832,24,-1,7,16,113,20,0,42,-1,1,0,2832,24,-1,7,11,30,-1,3,26,10,0,38,-1,4,42,-1,4,42,-1,3,0,4248,20,-15,7,18,16,194,42,-1,3,42,-1,4,7,38,-1,5,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,5,0,2792,4,20,7,42,-1,5,0,1328,4,-6,7,20,3,20,1,42,-1,2,0,2332,24,-15,7,11,26,36,-1,4,0,26,22,0,16,118,42,-1,2,22,0,16,201,6,10,212,52,38,-1,2,22,0,16,249,20,0,53,3,26,29,1,0,1,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,1,0,2464,12,19,7,20,2,22,0,16,248,6,10,259,52,38,-1,3,22,0,16,521,20,0,53,4,26,29,1,0,1,20,0,38,-1,2,4,501,42,-1,1,0,3184,12,4,7,24,16,303,26,42,-1,1,0,3184,12,4,7,0,4248,20,-15,7,10,1,13,16,321,42,-1,1,0,3184,12,4,7,30,-1,3,26,22,0,16,363,42,-1,1,0,4152,20,0,7,24,16,349,26,42,-1,1,0,4152,20,0,7,0,4248,20,-15,7,10,1,13,16,363,42,-1,1,0,4152,20,0,7,30,-1,3,26,42,-1,3,16,488,10,0,38,-1,5,42,-1,5,42,-1,3,0,4248,20,-15,7,18,16,463,42,-1,3,42,-1,5,7,20,1,54,0,4532,20,21,7,11,30,-1,4,26,42,-1,4,16,454,42,-1,4,0,2792,4,20,7,42,-1,4,0,1328,4,-6,7,42,-1,3,42,-1,5,7,0,3896,32,-14,7,20,3,20,1,42,-1,2,0,2332,24,-15,7,11,26,36,-1,5,0,26,22,0,16,373,20,0,0,816,12,10,48,0,4268,8,-4,7,11,20,1,42,-1,2,0,2332,24,-15,7,11,26,42,-1,2,22,0,16,520,9,497,22,0,16,511,38,-1,6,42,-1,2,22,0,16,520,0,3196,20,11,48,22,0,16,520,6,10,531,52,38,-1,4,22,0,16,978,20,0,53,5,26,29,2,0,1,2,42,-1,1,0,900,16,-5,7,10,0,8,41,24,44,16,587,26,42,-1,1,0,900,16,-5,7,24,16,587,26,42,-1,1,0,900,16,-5,7,0,1328,4,-6,7,10,0,8,41,16,618,0,2220,4,5,10,0,0,2792,4,20,10,0,0,1328,4,-6,10,0,49,3,42,-1,1,0,900,16,-5,51,26,42,-1,1,0,4320,24,-8,7,10,0,8,41,24,44,16,664,26,42,-1,1,0,4320,24,-8,7,24,16,664,26,42,-1,1,0,4320,24,-8,7,0,3224,12,21,7,10,0,8,41,16,695,0,828,12,7,10,0,0,2212,8,22,10,0,0,3224,12,21,10,0,49,3,42,-1,1,0,4320,24,-8,51,26,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,1,0,4320,24,-8,7,0,828,12,7,7,42,-1,1,0,4320,24,-8,7,0,2212,8,22,7,42,-1,1,0,4320,24,-8,7,0,3224,12,21,7,42,-1,1,0,900,16,-5,7,0,2220,4,5,7,42,-1,1,0,900,16,-5,7,0,2792,4,20,7,42,-1,1,0,900,16,-5,7,0,1328,4,-6,7,20,7,38,-1,3,20,0,38,-1,4,42,-1,2,0,4248,20,-15,7,10,0,41,16,827,42,-1,3,30,-1,2,26,42,-1,3,30,-1,4,26,22,0,16,957,10,0,38,-1,5,10,0,38,-1,7,42,-1,7,10,6,18,16,912,42,-1,2,42,-1,7,7,42,-1,3,42,-1,7,7,25,30,-1,6,26,42,-1,3,42,-1,7,7,20,1,42,-1,4,0,2332,24,-15,7,11,26,42,-1,6,20,1,0,2476,8,15,48,0,1276,4,0,7,11,39,-1,5,26,36,-1,7,0,26,22,0,16,837,20,0,0,816,12,10,48,0,4268,8,-4,7,11,20,1,42,-1,4,0,2332,24,-15,7,11,26,42,-1,3,30,-1,2,26,42,-1,5,10,0,17,16,957,35,22,0,16,977,0,972,24,15,42,-1,2,0,460,44,-21,42,-1,4,49,2,22,0,16,977,6,10,988,52,38,-1,5,22,0,16,1111,20,0,53,6,26,29,0,0,49,0,34,0,1480,32,-14,51,26,0,3144,16,-13,0,460,44,-21,22,0,0,840,8,15,22,0,0,2508,8,0,22,1,0,2544,24,-15,22,1,49,4,0,4040,20,-10,22,0,0,3356,16,16,22,0,0,3880,16,4,20,0,0,816,12,10,48,0,4268,8,-4,7,11,0,4480,20,14,49,0,49,5,34,0,3344,12,-7,51,26,34,20,1,34,0,1876,24,17,7,0,2752,8,-16,7,11,34,0,1876,24,17,51,26,0,3196,20,11,48,22,0,16,1110,6,10,1121,52,38,-1,6,22,0,16,1370,20,0,53,7,26,29,1,0,1,42,0,52,16,1168,42,-1,1,20,1,42,0,52,0,3548,8,8,7,11,38,-1,2,42,-1,2,10,0,8,12,16,1168,42,-1,2,22,0,16,1369,20,0,42,-1,1,0,2984,12,-10,7,0,4604,44,-13,7,11,38,-1,3,42,-1,1,0,4400,4,-7,7,24,44,16,1204,26,0,1772,0,19,38,-1,4,42,-1,1,0,3928,8,21,7,24,44,16,1224,26,0,1772,0,19,38,-1,5,42,-1,1,0,736,16,-8,7,24,44,16,1244,26,0,1772,0,19,38,-1,6,42,-1,1,0,3264,24,5,7,24,44,16,1264,26,0,1772,0,19,38,-1,7,42,-1,1,0,1332,24,17,7,24,44,16,1284,26,0,1772,0,19,38,-1,8,42,-1,1,20,1,42,0,7,11,38,-1,9,42,-1,3,42,-1,4,14,42,-1,5,14,42,-1,6,14,42,-1,7,14,42,-1,8,14,42,-1,9,14,38,-1,10,42,-1,10,20,1,2,11,38,-1,11,42,0,52,16,1362,42,-1,11,42,-1,1,20,2,42,0,52,0,2796,8,-7,7,11,26,42,-1,11,22,0,16,1369,6,10,1380,52,38,-1,7,22,0,16,1797,20,0,53,8,26,29,1,0,1,42,-1,1,0,4400,4,-7,7,0,1772,0,19,12,16,1426,0,1544,28,0,42,-1,1,0,4400,4,-7,7,14,0,704,4,-5,14,22,0,16,1796,42,-1,1,0,4412,12,-2,48,0,3536,8,5,7,41,16,1450,0,136,48,-19,22,0,16,1796,0,1772,0,19,38,-1,2,10,0,38,-1,3,42,-1,1,0,4200,48,-20,7,16,1789,42,-1,3,42,0,50,40,16,1485,22,0,16,1789,10,0,38,-1,4,10,0,38,-1,5,42,-1,1,0,4200,48,-20,7,0,852,28,8,7,0,4248,20,-15,7,38,-1,6,42,0,51,42,-1,6,20,2,0,2476,8,15,48,0,1356,4,7,7,11,38,-1,7,10,0,38,-1,8,42,-1,8,42,-1,7,18,16,1624,42,-1,1,0,4200,48,-20,7,0,852,28,8,7,42,-1,8,7,38,-1,9,42,-1,9,0,1444,12,-6,7,42,-1,1,0,1444,12,-6,7,41,16,1615,42,-1,9,42,-1,1,41,16,1610,42,-1,4,10,1,14,30,-1,5,26,36,-1,4,0,26,36,-1,8,0,26,22,0,16,1543,0,3928,8,21,20,1,42,-1,1,0,2368,56,-14,7,11,24,16,1663,26,0,3928,8,21,20,1,42,-1,1,0,1572,60,-21,7,11,0,1772,0,19,12,16,1724,0,996,4,19,20,0,42,-1,1,0,1444,12,-6,7,0,4604,44,-13,7,11,14,0,32,20,1,14,0,3928,8,21,20,1,42,-1,1,0,1572,60,-21,7,11,14,0,704,4,-5,14,42,-1,2,14,30,-1,2,26,22,0,16,1767,0,996,4,19,20,0,42,-1,1,0,1444,12,-6,7,0,4604,44,-13,7,11,14,0,4424,4,20,14,42,-1,5,14,0,4512,4,-4,14,42,-1,2,14,30,-1,2,26,42,-1,1,0,4200,48,-20,7,30,-1,1,26,10,1,39,-1,3,26,22,0,16,1462,42,-1,2,22,0,16,1796,6,10,1807,52,38,-1,8,22,0,16,1829,20,0,53,9,26,29,2,0,1,2,42,-1,1,42,-1,2,45,22,0,16,1828,6,10,1839,52,38,-1,9,22,0,16,1992,20,0,53,10,26,29,1,0,1,42,-1,1,20,1,42,0,6,11,38,-1,2,42,-1,2,20,1,42,0,62,0,3548,8,8,7,11,38,-1,3,42,-1,3,16,1889,42,-1,3,22,0,16,1991,42,-1,1,0,364,36,-19,7,16,1905,10,1,22,0,16,1907,10,0,42,-1,1,0,3936,12,-7,7,16,1923,10,1,22,0,16,1925,10,0,42,-1,1,0,608,16,12,7,16,1941,10,1,22,0,16,1943,10,0,42,-1,1,20,1,42,0,11,11,42,-1,1,20,1,42,0,10,11,20,5,38,-1,4,42,-1,4,42,-1,2,20,2,42,0,62,0,2796,8,-7,7,11,26,42,-1,4,22,0,16,1991,6,10,2002,52,38,-1,10,22,0,16,2518,20,0,53,11,26,29,1,0,1,42,-1,1,0,4304,16,-7,7,0,3216,8,4,7,16,2033,42,0,61,22,0,16,2517,20,0,42,-1,1,0,2984,12,-10,7,0,4604,44,-13,7,11,0,916,28,-11,41,16,2063,42,0,55,22,0,16,2517,42,-1,1,0,736,16,-8,7,16,2093,20,0,42,-1,1,0,736,16,-8,7,0,4604,44,-13,7,11,22,0,16,2097,0,1772,0,19,38,-1,2,42,-1,2,0,1772,8,-12,41,16,2121,42,0,53,22,0,16,2517,22,0,16,2131,42,-1,2,0,200,52,-17,41,16,2142,42,0,54,22,0,16,2517,22,0,16,2152,42,-1,2,0,3596,12,-6,41,16,2163,42,0,56,22,0,16,2517,22,0,16,2173,42,-1,2,0,708,12,-18,41,16,2184,42,0,58,22,0,16,2517,22,0,16,2194,42,-1,2,0,1132,16,-11,41,16,2205,42,0,59,22,0,16,2517,22,0,16,2215,42,-1,2,0,4520,8,14,41,16,2226,42,0,57,22,0,16,2517,22,0,16,2230,22,0,16,2504,42,-1,1,0,3928,8,21,7,24,44,16,2247,26,0,1772,0,19,0,2364,4,6,14,42,-1,1,0,4400,4,-7,7,24,44,16,2269,26,0,1772,0,19,14,0,2364,4,6,14,42,-1,1,0,1332,24,17,7,24,44,16,2292,26,0,1772,0,19,14,0,2364,4,6,14,42,-1,1,0,3264,24,5,7,24,44,16,2315,26,0,1772,0,19,14,38,-1,3,20,0,42,-1,3,0,4604,44,-13,7,11,38,-1,4,42,0,58,0,2972,12,-15,20,2,42,0,54,0,200,52,-17,20,2,42,0,53,0,1772,8,-12,20,2,20,3,38,-1,5,10,0,38,-1,6,42,-1,5,0,4248,20,-15,7,38,-1,7,42,-1,6,42,-1,7,18,16,2440,42,-1,5,42,-1,6,7,10,0,7,20,1,42,-1,4,0,504,20,8,7,11,10,1,27,12,16,2431,42,-1,5,42,-1,6,7,10,1,7,22,0,16,2517,36,-1,6,0,26,22,0,16,2381,42,-1,3,20,1,0,1800,4,-1,0,752,12,19,20,2,0,1696,8,0,48,5,0,3216,8,4,7,11,16,2476,42,0,58,22,0,16,2517,42,-1,2,0,3616,28,-15,41,16,2493,42,0,55,22,0,16,2496,42,0,60,22,0,16,2517,22,0,16,2508,22,0,16,2230,0,3196,20,11,48,22,0,16,2517,6,10,2528,52,38,-1,11,22,0,16,2666,20,0,53,12,26,29,1,0,1,0,1332,24,17,0,1632,12,4,0,3928,8,21,0,4400,4,-7,20,4,38,-1,2,20,0,38,-1,3,42,-1,2,0,4248,20,-15,7,38,-1,4,10,0,38,-1,5,42,-1,5,42,-1,4,18,16,2658,42,-1,2,42,-1,5,7,38,-1,6,42,-1,6,20,1,42,-1,1,0,2368,56,-14,7,11,16,2636,42,-1,6,20,1,42,-1,1,0,1572,60,-21,7,11,20,1,2,11,22,0,16,2637,35,20,1,42,-1,3,0,2332,24,-15,7,11,26,36,-1,5,0,26,22,0,16,2579,42,-1,3,22,0,16,2665,6,10,2676,52,38,-1,12,22,0,16,2796,20,0,53,13,26,29,1,0,1,42,-1,1,0,2492,16,-4,41,16,2706,42,0,63,22,0,16,2795,22,0,16,2716,42,-1,1,0,1168,16,11,41,16,2727,42,0,64,22,0,16,2795,22,0,16,2737,42,-1,1,0,1856,16,21,41,16,2748,42,0,65,22,0,16,2795,22,0,16,2758,42,-1,1,0,4076,20,-6,41,16,2769,42,0,66,22,0,16,2795,22,0,16,2773,22,0,16,2782,35,22,0,16,2795,22,0,16,2786,22,0,16,2773,0,3196,20,11,48,22,0,16,2795,6,10,2806,52,38,-1,13,22,0,16,2926,20,0,53,14,26,29,1,0,1,42,-1,1,0,1308,20,-8,41,16,2836,42,0,67,22,0,16,2925,22,0,16,2846,42,-1,1,0,1056,36,-13,41,16,2857,42,0,68,22,0,16,2925,22,0,16,2867,42,-1,1,0,1188,40,-13,41,16,2878,42,0,69,22,0,16,2925,22,0,16,2888,42,-1,1,0,2568,12,-4,41,16,2899,42,0,70,22,0,16,2925,22,0,16,2903,22,0,16,2912,35,22,0,16,2925,22,0,16,2916,22,0,16,2903,0,3196,20,11,48,22,0,16,2925,6,10,2936,52,38,-1,14,22,0,16,3014,20,0,53,15,26,29,1,0,1,42,-1,1,0,1280,28,-12,41,16,2966,42,0,71,22,0,16,3013,22,0,16,2976,42,-1,1,0,1380,12,7,41,16,2987,42,0,72,22,0,16,3013,22,0,16,2991,22,0,16,3e3,35,22,0,16,3013,22,0,16,3004,22,0,16,2991,0,3196,20,11,48,22,0,16,3013,6,10,3024,52,38,-1,15,22,0,16,3056,20,0,53,16,26,29,1,0,1,42,-1,1,0,1104,8,-5,41,16,3050,42,0,73,22,0,16,3055,35,22,0,16,3055,6,10,3066,52,38,-1,16,22,0,16,3144,20,0,53,17,26,29,1,0,1,42,-1,1,0,2940,28,-19,41,16,3096,42,0,74,22,0,16,3143,22,0,16,3106,42,-1,1,0,448,12,19,41,16,3117,42,0,75,22,0,16,3143,22,0,16,3121,22,0,16,3130,35,22,0,16,3143,22,0,16,3134,22,0,16,3121,0,3196,20,11,48,22,0,16,3143,6,10,3154,52,38,-1,17,22,0,16,3274,20,0,53,18,26,29,1,0,1,42,-1,1,0,3300,12,3,41,16,3184,42,0,76,22,0,16,3273,22,0,16,3194,42,-1,1,0,2932,8,5,41,16,3205,42,0,77,22,0,16,3273,22,0,16,3215,42,-1,1,0,3720,24,21,41,16,3226,42,0,78,22,0,16,3273,22,0,16,3236,42,-1,1,0,2632,52,-19,41,16,3247,42,0,79,22,0,16,3273,22,0,16,3251,22,0,16,3260,35,22,0,16,3273,22,0,16,3264,22,0,16,3251,0,3196,20,11,48,22,0,16,3273,6,10,3284,52,38,-1,18,22,0,16,3383,20,0,53,19,26,29,1,0,1,42,-1,1,0,3160,24,9,41,16,3314,42,0,80,22,0,16,3382,22,0,16,3324,42,-1,1,0,2700,24,21,41,16,3335,42,0,81,22,0,16,3382,22,0,16,3345,42,-1,1,0,320,44,-15,41,16,3356,42,0,82,22,0,16,3382,22,0,16,3360,22,0,16,3369,35,22,0,16,3382,22,0,16,3373,22,0,16,3360,0,3196,20,11,48,22,0,16,3382,6,10,3393,52,38,-1,19,22,0,16,3479,20,0,53,20,26,29,2,0,1,2,10,3410,52,22,0,16,3474,20,0,53,21,38,-1,0,29,2,1,2,3,10,3429,52,22,0,16,3469,20,0,53,22,38,-1,0,29,1,1,2,42,-1,2,20,1,42,20,2,11,42,21,2,20,1,42,20,1,11,20,2,42,21,3,11,22,0,16,3468,6,22,0,16,3473,6,22,0,16,3478,6,10,3489,52,38,-1,20,22,0,16,3592,20,0,53,23,26,29,1,0,1,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,1,0,3692,28,-16,7,20,1,42,0,6,11,42,-1,1,0,1392,24,-9,7,16,3547,42,-1,1,0,1392,24,-9,7,22,0,16,3555,42,-1,1,0,4344,32,-21,7,42,-1,1,0,2532,12,6,7,16,3577,42,-1,1,0,2532,12,6,7,22,0,16,3585,42,-1,1,0,2224,32,-21,7,20,4,22,0,16,3591,6,10,3602,52,38,-1,21,22,0,16,3713,20,0,53,24,26,29,1,0,1,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,1,0,3692,28,-16,7,20,1,42,0,6,11,42,-1,1,0,2996,16,19,7,42,-1,1,0,1392,24,-9,7,16,3668,42,-1,1,0,1392,24,-9,7,22,0,16,3676,42,-1,1,0,4344,32,-21,7,42,-1,1,0,2532,12,6,7,16,3698,42,-1,1,0,2532,12,6,7,22,0,16,3706,42,-1,1,0,2224,32,-21,7,20,5,22,0,16,3712,6,10,3723,52,38,-1,22,22,0,16,3986,20,0,53,25,26,29,1,0,1,10,0,38,-1,2,0,2684,16,16,42,0,94,0,1416,24,-13,42,0,93,0,4060,16,-6,42,0,92,0,1704,16,12,42,0,91,49,4,38,-1,3,0,2804,12,11,42,0,99,0,3476,12,2,42,0,98,0,108,16,-8,42,0,97,0,3316,20,-17,42,0,96,0,3544,4,-14,42,0,95,49,5,38,-1,4,42,-1,3,20,1,0,4384,16,20,48,0,840,8,15,7,11,38,-1,5,42,-1,5,0,4248,20,-15,7,38,-1,6,10,0,38,-1,7,42,-1,7,42,-1,6,18,16,3902,42,-1,5,42,-1,7,7,38,-1,8,42,-1,1,42,-1,8,7,16,3893,42,-1,3,42,-1,8,7,42,-1,2,20,2,42,0,8,11,30,-1,2,26,36,-1,7,0,26,22,0,16,3845,42,-1,4,42,-1,1,0,3136,8,10,7,7,16,3941,42,-1,4,42,-1,1,0,3136,8,10,7,7,42,-1,2,20,2,42,0,8,11,30,-1,2,26,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,1,0,3692,28,-16,7,20,1,42,0,6,11,42,-1,2,42,-1,1,0,1804,12,-2,7,20,4,22,0,16,3985,6,10,3996,52,38,-1,23,22,0,16,4338,20,0,53,26,26,29,1,0,1,20,0,38,-1,2,4,4318,42,-1,1,0,3184,12,4,7,24,16,4040,26,42,-1,1,0,3184,12,4,7,0,4248,20,-15,7,10,1,13,16,4058,42,-1,1,0,3184,12,4,7,30,-1,3,26,22,0,16,4100,42,-1,1,0,4152,20,0,7,24,16,4086,26,42,-1,1,0,4152,20,0,7,0,4248,20,-15,7,10,1,13,16,4100,42,-1,1,0,4152,20,0,7,30,-1,3,26,42,-1,3,16,4305,42,-1,3,0,4248,20,-15,7,38,-1,5,10,0,38,-1,6,42,-1,6,42,-1,5,18,16,4254,42,-1,3,42,-1,6,7,20,1,54,0,4532,20,21,7,11,30,-1,4,26,42,-1,4,16,4245,42,-1,3,42,-1,6,7,0,3896,32,-14,7,20,1,42,-1,2,0,2332,24,-15,7,11,26,42,-1,4,0,1328,4,-6,7,20,1,0,2476,8,15,48,0,3608,8,-5,7,11,20,1,42,-1,2,0,2332,24,-15,7,11,26,42,-1,4,0,2792,4,20,7,20,1,0,2476,8,15,48,0,3608,8,-5,7,11,20,1,42,-1,2,0,2332,24,-15,7,11,26,36,-1,6,0,26,22,0,16,4121,42,-1,1,0,3692,28,-16,7,20,1,42,0,6,11,20,1,42,-1,2,0,2332,24,-15,7,11,26,20,0,0,816,12,10,48,0,4268,8,-4,7,11,20,1,42,-1,2,0,2332,24,-15,7,11,26,42,-1,2,22,0,16,4337,9,4314,22,0,16,4328,38,-1,7,42,-1,2,22,0,16,4337,0,3196,20,11,48,22,0,16,4337,6,10,4348,52,38,-1,24,22,0,16,4391,20,0,53,27,26,29,1,0,1,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,1,0,3692,28,-16,7,20,1,42,0,6,11,20,2,22,0,16,4390,6,10,4401,52,38,-1,25,22,0,16,4688,20,0,53,28,26,29,1,0,1,42,-1,1,0,3692,28,-16,7,38,-1,2,42,-1,1,0,736,16,-8,7,0,2940,28,-19,41,16,4443,42,0,100,22,0,16,4446,42,0,101,38,-1,3,42,-1,2,0,3680,8,-3,7,24,44,16,4466,26,0,1772,0,19,38,-1,4,0,3616,28,-15,20,1,42,-1,1,0,1512,32,-13,7,0,1092,12,-3,7,11,38,-1,5,10,0,38,-1,6,42,-1,3,42,0,101,41,16,4582,42,-1,2,0,624,56,-13,7,10,0,20,2,42,-1,4,0,592,16,-18,7,11,42,-1,5,14,42,-1,2,0,4276,28,5,7,20,1,42,-1,4,0,592,16,-18,7,11,14,38,-1,7,42,-1,5,0,4248,20,-15,7,42,-1,7,0,4248,20,-15,7,31,10,100,3,30,-1,6,26,22,0,16,4636,42,-1,2,0,4276,28,5,7,42,-1,2,0,624,56,-13,7,20,2,42,-1,4,0,592,16,-18,7,11,38,-1,8,42,-1,8,0,4248,20,-15,7,42,-1,4,0,4248,20,-15,7,31,10,100,3,30,-1,6,26,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,2,20,1,42,0,6,11,42,-1,3,42,0,101,41,16,4674,10,1,27,22,0,16,4675,35,42,-1,6,42,-1,3,20,5,22,0,16,4687,6,10,4698,52,38,-1,26,22,0,16,4915,20,0,53,29,26,29,1,0,1,10,0,38,-1,2,42,-1,1,0,3692,28,-16,7,0,4096,24,2,48,46,24,44,16,4745,26,42,-1,1,0,3692,28,-16,7,0,3820,36,15,48,46,16,4773,42,-1,1,0,3692,28,-16,7,0,3680,8,-3,7,0,4248,20,-15,7,30,-1,2,26,22,0,16,4828,42,-1,1,0,3692,28,-16,7,0,1148,20,-11,48,46,24,16,4804,26,42,-1,1,0,3692,28,-16,7,0,4444,36,17,7,16,4828,42,-1,1,0,3692,28,-16,7,0,52,56,-22,7,0,4248,20,-15,7,30,-1,2,26,42,-1,1,0,312,8,-1,7,16,4855,42,-1,1,0,312,8,-1,7,0,4248,20,-15,7,22,0,16,4858,10,1,27,38,-1,3,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,1,0,3692,28,-16,7,20,1,42,0,6,11,42,-1,1,0,3692,28,-16,7,20,1,42,0,9,11,42,-1,3,42,-1,2,20,5,22,0,16,4914,6,10,4925,52,38,-1,27,22,0,16,5177,20,0,53,30,26,29,1,0,1,42,-1,1,0,736,16,-8,7,0,320,44,-15,41,24,16,4959,26,42,-1,1,0,2832,24,-1,7,16,5094,20,0,42,-1,1,0,2832,24,-1,7,11,38,-1,2,20,0,10,4984,52,22,0,16,5069,20,0,53,31,38,-1,0,29,1,1,2,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,2,0,3692,28,-16,7,20,1,42,0,6,11,42,-1,2,0,2520,12,-5,7,42,-1,2,0,1456,20,7,7,42,-1,2,0,3496,40,-14,7,42,-1,2,0,4344,32,-21,7,42,-1,2,0,2224,32,-21,7,20,7,22,0,16,5068,6,20,1,42,-1,2,0,2776,16,-16,7,11,0,2744,8,8,7,11,22,0,16,5176,22,0,16,5167,20,0,0,816,12,10,48,0,4268,8,-4,7,11,42,-1,1,0,3692,28,-16,7,20,1,42,0,6,11,42,-1,1,0,2520,12,-5,7,42,-1,1,0,1456,20,7,7,42,-1,1,0,3496,40,-14,7,42,-1,1,0,4344,32,-21,7,42,-1,1,0,2224,32,-21,7,20,7,22,0,16,5176,0,3196,20,11,48,22,0,16,5176,6,10,5187,52,38,-1,28,22,0,16,5420,20,0,53,32,26,29,0,0,49,0,34,0,1480,32,-14,51,26,0,3880,16,4,20,0,0,816,12,10,48,0,4268,8,-4,7,11,0,1720,52,-20,10,0,0,3644,24,11,49,0,0,848,4,-4,49,0,0,4480,20,14,49,0,0,4040,20,-10,22,0,0,3356,16,16,22,0,49,7,34,0,3344,12,-7,51,26,49,0,34,0,3344,12,-7,7,0,3144,16,-13,51,26,22,1,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,104,51,26,22,1,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,105,51,26,22,1,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,106,51,26,22,1,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,107,51,26,22,1,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,108,51,26,22,1,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,109,51,26,34,20,1,34,0,1876,24,17,7,0,2752,8,-16,7,11,34,0,1876,24,17,51,26,0,3196,20,11,48,22,0,16,5419,6,10,5430,52,38,-1,29,22,0,16,5483,20,0,53,33,26,29,0,0,4,5465,0,4412,12,-2,48,0,1804,12,-2,7,0,3668,8,22,7,22,0,16,5482,9,5461,22,0,16,5473,38,-1,1,35,22,0,16,5482,0,3196,20,11,48,22,0,16,5482,6,10,5493,52,38,-1,30,22,0,16,5542,20,0,53,34,26,29,0,0,4,5524,20,0,42,0,49,0,1092,12,-3,7,11,22,0,16,5541,9,5520,22,0,16,5532,38,-1,1,35,22,0,16,5541,0,3196,20,11,48,22,0,16,5541,6,10,5552,52,38,-1,31,22,0,16,5605,20,0,53,35,26,29,0,0,4,5587,0,3488,8,-1,48,0,1804,12,-2,7,0,3668,8,22,7,22,0,16,5604,9,5583,22,0,16,5595,38,-1,1,35,22,0,16,5604,0,3196,20,11,48,22,0,16,5604,6,10,5615,52,38,-1,32,22,0,16,5664,20,0,53,36,26,29,0,0,4,5646,20,0,42,0,110,0,1092,12,-3,7,11,22,0,16,5663,9,5642,22,0,16,5654,38,-1,1,35,22,0,16,5663,0,3196,20,11,48,22,0,16,5663,6,10,5674,52,38,-1,33,22,0,16,5767,20,0,53,37,26,29,0,0,4,5749,0,4428,16,-6,20,1,0,880,20,-12,48,0,4120,32,19,7,11,38,-1,1,42,-1,1,0,4248,20,-15,7,10,0,40,16,5736,42,-1,1,10,0,7,0,1644,36,-14,7,22,0,16,5766,22,0,16,5743,10,1,27,22,0,16,5766,9,5745,22,0,16,5757,38,-1,2,35,22,0,16,5766,0,3196,20,11,48,22,0,16,5766,6,10,5777,52,38,-1,34,22,0,16,5987,20,0,53,38,26,29,1,0,1,4,5974,42,-1,1,0,312,8,-1,7,38,-1,2,42,-1,2,10,0,8,12,24,16,5822,26,42,-1,2,0,2580,8,-21,7,10,0,8,12,16,5968,42,-1,2,0,2580,8,-21,7,0,3688,4,-11,41,16,5876,42,-1,1,0,724,12,15,7,42,-1,1,0,1816,40,-22,7,20,2,20,1,42,0,113,10,0,7,0,2332,24,-15,7,11,26,22,0,16,5968,42,-1,2,0,2580,8,-21,7,0,1780,4,-7,41,16,5920,42,-1,1,0,724,12,15,7,42,-1,1,0,1816,40,-22,7,20,2,42,0,113,10,1,51,26,22,0,16,5968,42,-1,2,0,2580,8,-21,7,0,4380,4,-13,41,16,5968,42,-1,2,0,3688,4,-11,7,42,-1,2,0,4528,4,17,7,20,2,20,1,42,0,113,10,2,7,0,2332,24,-15,7,11,26,9,5970,22,0,16,5977,38,-1,3,0,3196,20,11,48,22,0,16,5986,6,10,5997,52,38,-1,35,22,0,16,6160,20,0,53,39,26,29,2,0,1,2,4,6147,42,-1,1,0,312,8,-1,7,38,-1,3,42,-1,3,10,0,8,12,24,16,6043,26,42,-1,3,0,2580,8,-21,7,10,0,8,12,16,6141,42,-1,3,0,2580,8,-21,7,0,3312,4,-6,41,16,6141,20,0,42,0,36,11,26,0,1476,4,-3,0,3688,4,-11,42,0,111,20,1,0,3372,8,11,48,0,680,24,-11,7,11,20,1,42,0,37,11,0,4528,4,17,42,-1,2,0,2580,8,-21,0,4380,4,-13,0,1816,40,-22,0,2620,12,0,49,4,20,2,0,3488,8,-1,48,0,2292,40,-22,7,0,3800,20,6,7,11,26,9,6143,22,0,16,6150,38,-1,4,0,3196,20,11,48,22,0,16,6159,6,10,6170,52,38,-1,36,22,0,16,6249,20,0,53,40,26,29,0,0,10,0,38,-1,1,42,-1,1,42,0,112,0,4248,20,-15,7,18,16,6239,42,0,112,42,-1,1,7,15,0,4552,20,-11,41,16,6230,20,0,42,0,112,42,-1,1,7,11,42,0,111,42,-1,1,51,26,36,-1,1,0,26,22,0,16,6183,0,3196,20,11,48,22,0,16,6248,6,10,6259,52,38,-1,37,22,0,16,6276,20,0,53,41,26,29,1,0,1,42,-1,1,22,0,16,6275,6,10,6286,52,38,-1,38,22,0,16,6819,20,0,53,42,26,29,0,0,4,6759,20,0,42,0,36,11,26,10,0,38,-1,1,42,-1,1,42,0,113,10,0,7,0,4248,20,-15,7,18,16,6387,42,0,113,10,0,7,42,-1,1,7,10,1,7,0,2580,8,-21,0,3312,4,-6,0,1816,40,-22,0,2620,12,0,49,2,20,2,42,0,113,10,0,7,42,-1,1,7,10,0,7,0,3800,20,6,7,11,26,36,-1,1,0,26,22,0,16,6308,42,0,111,20,1,0,3372,8,11,48,0,680,24,-11,7,11,20,1,42,0,37,11,10,0,20,2,20,1,42,0,113,10,2,7,0,2332,24,-15,7,11,26,10,6435,52,22,0,16,6741,20,0,53,43,38,-1,0,29,1,1,2,10,6456,52,38,-1,3,22,0,16,6722,20,0,53,44,26,29,1,0,1,42,0,113,10,1,7,38,-1,2,42,0,113,10,2,7,38,-1,3,42,-1,2,10,0,8,41,24,44,16,6502,26,42,-1,3,10,0,8,41,24,44,16,6518,26,42,-1,3,0,4248,20,-15,7,10,3,18,24,16,6528,26,42,-1,1,10,30,18,16,6600,42,-1,1,10,10,18,16,6544,10,1,22,0,16,6546,10,3,38,-1,4,42,-1,4,10,6559,52,22,0,16,6587,20,0,53,45,38,-1,0,29,0,1,42,44,1,42,44,4,14,20,1,42,43,3,11,22,0,16,6586,6,20,2,0,3856,24,-10,48,11,26,22,0,16,6712,42,-1,2,10,0,8,12,24,16,6622,26,42,-1,2,0,4248,20,-15,7,10,2,41,16,6689,0,2288,4,10,42,-1,3,20,1,0,3372,8,11,48,0,680,24,-11,7,11,0,2580,8,-21,0,3036,4,-16,0,1816,40,-22,0,2620,12,0,49,3,38,-1,5,42,-1,2,10,1,7,42,-1,5,20,2,42,-1,2,10,0,7,0,3800,20,6,7,11,26,20,0,42,0,113,10,2,51,26,10,0,42,43,2,20,2,0,3856,24,-10,48,11,26,0,3196,20,11,48,22,0,16,6721,6,10,0,20,1,42,-1,3,11,26,0,3196,20,11,48,22,0,16,6740,6,20,1,0,1e3,32,-17,48,5,22,0,16,6818,9,6755,22,0,16,6809,38,-1,2,10,6769,52,22,0,16,6797,20,0,53,46,38,-1,0,29,1,1,2,20,0,42,-1,2,11,26,0,3196,20,11,48,22,0,16,6796,6,20,1,0,1e3,32,-17,48,5,22,0,16,6818,0,3196,20,11,48,22,0,16,6818,6,10,6829,52,38,-1,39,22,0,16,7030,20,0,53,47,26,29,1,0,1,42,-1,1,10,0,41,16,6871,42,0,34,0,2724,20,5,20,2,0,3488,8,-1,48,0,3556,40,22,7,11,26,22,0,16,7020,10,6878,52,22,0,16,6912,20,0,53,48,38,-1,0,29,1,1,2,42,47,1,42,-1,2,20,2,42,0,35,11,26,0,3196,20,11,48,22,0,16,6911,6,0,2724,20,5,20,2,0,3488,8,-1,48,0,3556,40,22,7,11,26,0,1476,4,-3,0,2580,8,-21,0,3688,4,-11,0,1816,40,-22,0,2620,12,0,49,2,20,2,0,3488,8,-1,48,0,2292,40,-22,7,0,3800,20,6,7,11,26,42,-1,1,10,2,41,16,7020,0,1476,4,-3,0,2580,8,-21,0,1780,4,-7,0,1816,40,-22,0,2620,12,0,49,2,20,2,0,3488,8,-1,48,0,2292,40,-22,7,0,3800,20,6,7,11,26,0,3196,20,11,48,22,0,16,7029,6,0,4076,20,-6,0,1184,4,18,0,1856,16,21,0,4516,4,12,0,1168,16,11,0,3744,8,22,0,2492,16,-4,0,0,16,-19,49,4,38,-1,40,0,1188,40,-13,0,2356,8,-18,0,1056,36,-13,0,1440,4,6,0,1308,20,-8,0,3068,4,-1,49,3,38,-1,41,0,320,44,-15,0,3336,8,18,49,1,38,-1,42,0,1380,12,7,0,4376,4,-5,0,1280,28,-12,0,2968,4,21,49,2,38,-1,43,0,2760,16,1,0,1052,4,2,49,1,38,-1,44,0,524,24,4,10,7154,52,22,0,16,7297,20,0,53,49,38,-1,0,29,1,1,2,35,38,-1,3,42,0,40,42,-1,2,7,10,0,8,12,16,7193,42,0,40,42,-1,2,7,30,-1,3,26,42,0,41,42,-1,2,7,10,0,8,12,16,7217,42,0,41,42,-1,2,7,30,-1,3,26,42,0,42,42,-1,2,7,10,0,8,12,16,7241,42,0,42,42,-1,2,7,30,-1,3,26,42,0,43,42,-1,2,7,10,0,8,12,16,7265,42,0,43,42,-1,2,7,30,-1,3,26,42,0,44,42,-1,2,7,10,0,8,12,16,7289,42,0,44,42,-1,2,7,30,-1,3,26,42,-1,3,22,0,16,7296,6,0,4404,8,-1,10,7308,52,22,0,16,7437,20,0,53,50,38,-1,0,29,2,1,2,3,42,0,44,42,-1,2,7,38,-1,4,35,38,-1,5,20,0,38,-1,6,10,7346,52,22,0,16,7432,20,0,53,51,38,-1,0,29,1,1,2,42,50,6,42,-1,2,20,2,42,0,4,11,30,50,5,26,42,50,5,35,41,16,7385,47,22,0,16,7431,42,50,5,0,972,24,15,7,30,50,6,26,42,50,5,0,460,44,-21,7,30,50,5,26,42,50,5,42,50,4,20,2,42,50,3,11,26,0,3196,20,11,48,22,0,16,7431,6,22,0,16,7436,6,0,3752,36,-13,10,7448,52,22,0,16,7533,20,0,53,52,38,-1,0,29,2,1,2,3,42,0,43,42,-1,2,7,38,-1,4,35,38,-1,5,10,7481,52,22,0,16,7528,20,0,53,53,38,-1,0,29,1,1,2,42,-1,2,20,1,42,0,2,11,30,52,5,26,42,52,5,42,52,4,20,2,42,52,3,11,26,0,3196,20,11,48,22,0,16,7527,6,22,0,16,7532,6,0,2508,8,0,10,7544,52,22,0,16,7629,20,0,53,54,38,-1,0,29,2,1,2,3,42,0,40,42,-1,2,7,38,-1,4,35,38,-1,5,10,7577,52,22,0,16,7624,20,0,53,55,38,-1,0,29,1,1,2,42,-1,2,20,1,42,0,3,11,30,54,5,26,42,54,5,42,54,4,20,2,42,54,3,11,26,0,3196,20,11,48,22,0,16,7623,6,22,0,16,7628,6,0,320,44,-15,10,7640,52,22,0,16,7757,20,0,53,56,38,-1,0,29,2,1,2,3,42,0,42,42,-1,2,7,38,-1,4,35,38,-1,5,10,7673,52,22,0,16,7752,20,0,53,57,38,-1,0,29,1,1,2,42,-1,2,20,1,42,0,1,11,30,56,5,26,10,0,38,-1,3,42,-1,3,42,56,5,0,4248,20,-15,7,18,16,7742,42,56,5,42,-1,3,7,42,56,4,20,2,42,56,3,11,26,36,-1,3,0,26,22,0,16,7702,0,3196,20,11,48,22,0,16,7751,6,22,0,16,7756,6,0,2544,24,-15,10,7768,52,22,0,16,7853,20,0,53,58,38,-1,0,29,2,1,2,3,42,0,41,42,-1,2,7,38,-1,4,35,38,-1,5,10,7801,52,22,0,16,7848,20,0,53,59,38,-1,0,29,1,1,2,42,-1,2,20,1,42,0,0,11,30,58,5,26,42,58,5,42,58,4,20,2,42,58,3,11,26,0,3196,20,11,48,22,0,16,7847,6,22,0,16,7852,6,49,6,38,-1,45,10,16,38,-1,46,10,15,10,1e3,3,38,-1,47,10,7878,52,22,0,16,8714,20,0,53,60,38,-1,0,29,4,1,2,3,4,5,20,0,0,816,12,10,48,0,4268,8,-4,7,11,34,0,1480,32,-14,7,0,3676,4,14,51,26,42,-1,2,10,0,8,41,16,7946,34,0,3344,12,-7,7,0,3144,16,-13,7,0,2544,24,-15,7,22,0,16,7949,42,-1,2,34,0,3344,12,-7,7,0,3144,16,-13,7,0,2544,24,-15,51,26,42,-1,4,10,0,8,41,16,7995,34,0,3344,12,-7,7,0,3144,16,-13,7,0,2508,8,0,7,22,0,16,7998,42,-1,4,34,0,3344,12,-7,7,0,3144,16,-13,7,0,2508,8,0,51,26,42,-1,3,10,0,8,41,16,8044,34,0,3344,12,-7,7,0,3144,16,-13,7,0,840,8,15,7,22,0,16,8047,42,-1,3,34,0,3344,12,-7,7,0,3144,16,-13,7,0,840,8,15,51,26,42,-1,5,10,0,8,41,16,8093,34,0,3344,12,-7,7,0,3144,16,-13,7,0,460,44,-21,7,22,0,16,8096,42,-1,5,34,0,3344,12,-7,7,0,3144,16,-13,7,0,460,44,-21,51,26,34,0,3344,12,-7,7,0,4040,20,-10,7,22,0,41,16,8690,0,4412,12,-2,48,0,3536,8,5,7,20,1,32,5,38,-1,6,34,0,3344,12,-7,7,0,3144,16,-13,7,0,2544,24,-15,7,16,8320,22,1,34,0,1876,24,17,7,0,1308,20,-8,20,2,42,0,45,0,2544,24,-15,7,11,0,1308,20,-8,20,3,42,-1,6,0,3556,40,22,7,11,26,22,1,34,0,1876,24,17,7,0,1188,40,-13,20,2,42,0,45,0,2544,24,-15,7,11,0,1188,40,-13,20,3,42,-1,6,0,3556,40,22,7,11,26,22,1,34,0,1876,24,17,7,0,1056,36,-13,20,2,42,0,45,0,2544,24,-15,7,11,0,1056,36,-13,20,3,42,-1,6,0,3556,40,22,7,11,26,22,1,34,0,1876,24,17,7,0,320,44,-15,20,2,42,0,45,0,320,44,-15,7,11,0,320,44,-15,20,3,42,-1,6,0,3556,40,22,7,11,26,34,0,3344,12,-7,7,0,3144,16,-13,7,0,840,8,15,7,22,1,41,16,8419,22,1,34,0,1876,24,17,7,0,1380,12,7,20,2,42,0,45,0,3752,36,-13,7,11,0,1380,12,7,20,3,42,-1,6,0,3556,40,22,7,11,26,22,1,34,0,1876,24,17,7,0,1280,28,-12,20,2,42,0,45,0,3752,36,-13,7,11,0,1280,28,-12,20,3,42,-1,6,0,3556,40,22,7,11,26,34,0,3344,12,-7,7,0,3144,16,-13,7,0,2508,8,0,7,24,16,8470,26,0,4412,12,-2,48,0,3536,8,5,7,0,2492,16,-4,20,2,28,0,3788,12,-2,7,0,952,20,5,7,11,22,1,41,16,8589,22,1,34,0,1876,24,17,7,0,2492,16,-4,20,2,42,0,45,0,2508,8,0,7,11,0,2492,16,-4,20,3,42,-1,6,0,3556,40,22,7,11,26,22,1,34,0,1876,24,17,7,0,1856,16,21,20,2,42,0,45,0,2508,8,0,7,11,0,1856,16,21,20,3,42,-1,6,0,3556,40,22,7,11,26,22,1,34,0,1876,24,17,7,0,1168,16,11,20,2,42,0,45,0,2508,8,0,7,11,0,1168,16,11,20,3,42,-1,6,0,3556,40,22,7,11,26,34,0,3344,12,-7,7,0,3144,16,-13,7,0,460,44,-21,7,24,16,8635,26,0,3488,8,-1,48,0,2760,16,1,20,2,28,0,3788,12,-2,7,0,952,20,5,7,11,22,1,41,16,8676,22,1,34,0,1876,24,17,7,0,2760,16,1,20,2,42,0,45,0,4404,8,-1,7,11,0,2760,16,1,20,3,42,-1,6,0,3556,40,22,7,11,26,22,1,34,0,3344,12,-7,7,0,4040,20,-10,51,26,22,1,34,0,3344,12,-7,7,0,3356,16,16,51,26,0,3196,20,11,48,22,0,16,8713,6,42,-1,5,0,2200,12,0,7,0,3144,16,-13,51,26,10,8735,52,22,0,16,8769,20,0,53,61,38,-1,0,29,0,1,22,0,34,0,3344,12,-7,7,0,3356,16,16,51,26,0,3196,20,11,48,22,0,16,8768,6,42,-1,5,0,2200,12,0,7,0,4648,8,12,51,26,10,8790,52,22,0,16,8816,20,0,53,62,38,-1,0,29,0,1,34,0,3344,12,-7,7,0,3880,16,4,7,22,0,16,8815,6,42,-1,5,0,2200,12,0,7,0,3012,8,17,51,26,10,8837,52,22,0,16,9002,20,0,53,63,38,-1,0,29,0,1,34,0,3344,12,-7,7,0,4480,20,14,7,20,1,0,4384,16,20,48,0,840,8,15,7,11,38,-1,2,42,-1,2,0,4248,20,-15,7,38,-1,3,10,0,38,-1,4,42,-1,4,42,-1,3,18,16,8991,42,-1,2,42,-1,4,7,38,-1,5,20,0,34,0,3344,12,-7,7,0,4480,20,14,7,42,-1,5,7,0,1092,12,-3,7,11,34,0,1480,32,-14,7,42,-1,5,51,26,20,0,34,0,3344,12,-7,7,0,4480,20,14,7,42,-1,5,7,0,400,48,-18,7,11,34,0,1480,32,-14,7,42,-1,5,0,2516,4,12,14,51,26,36,-1,4,0,26,22,0,16,8890,34,0,1480,32,-14,7,22,0,16,9001,6,42,-1,5,0,2200,12,0,7,0,1092,12,-3,51,26,10,9023,52,22,0,16,9059,20,0,53,64,38,-1,0,29,2,1,2,3,42,-1,3,34,0,1480,32,-14,7,42,-1,2,51,26,0,3196,20,11,48,22,0,16,9058,6,42,-1,5,0,2200,12,0,7,0,3288,12,17,51,26,10,9080,52,22,0,16,9123,20,0,53,65,38,-1,0,29,0,1,49,0,34,0,1480,32,-14,51,26,49,0,34,0,3344,12,-7,7,0,4480,20,14,51,26,0,3196,20,11,48,22,0,16,9122,6,42,-1,5,0,2200,12,0,7,0,16,16,18,51,26,10,9144,52,22,0,16,9182,20,0,53,66,38,-1,0,29,2,1,2,3,42,-1,3,42,-1,2,20,2,34,0,1876,24,17,7,11,26,0,3196,20,11,48,22,0,16,9181,6,42,-1,5,0,2200,12,0,7,0,2256,32,6,51,26,10,9203,52,22,0,16,9377,20,0,53,67,38,-1,0,29,2,1,2,3,34,0,3344,12,-7,7,0,3356,16,16,7,22,0,41,16,9236,47,22,0,16,9376,4,9347,42,-1,3,0,4248,20,-15,7,10,1,25,38,-1,4,42,-1,3,42,-1,4,7,38,-1,5,34,0,3344,12,-7,7,0,4480,20,14,7,42,-1,2,7,44,16,9311,42,0,47,42,0,46,20,2,50,0,3052,16,15,7,5,34,0,3344,12,-7,7,0,4480,20,14,7,42,-1,2,51,26,42,-1,3,42,-1,5,20,2,34,0,3344,12,-7,7,0,4480,20,14,7,42,-1,2,7,0,2332,24,-15,7,11,26,9,9343,22,0,16,9367,38,-1,6,42,-1,6,0,460,44,-21,20,2,50,0,3072,64,-16,7,11,26,0,3196,20,11,48,22,0,16,9376,6,42,-1,5,0,2200,12,0,7,0,1876,24,17,51,26,20,0,42,-1,5,5,38,-1,48,42,-1,48,38,-1,49,10,1,38,-1,50,10,2,38,-1,51,0,3948,16,-15,48,15,0,3196,20,11,12,16,9441,20,0,0,3948,16,-15,48,5,22,0,16,9442,35,38,-1,52,10,0,38,-1,53,10,1,38,-1,54,10,2,38,-1,55,10,3,38,-1,56,10,4,38,-1,57,10,5,38,-1,58,10,6,38,-1,59,10,7,38,-1,60,10,8,38,-1,61,20,0,10,9499,52,22,0,16,9599,20,0,53,68,38,-1,0,29,0,1,49,0,38,-1,2,0,2796,8,-7,10,9525,52,22,0,16,9558,20,0,53,69,38,-1,0,29,2,1,2,3,42,-1,3,42,68,2,42,-1,2,51,26,0,3196,20,11,48,22,0,16,9557,6,0,3548,8,8,10,9569,52,22,0,16,9592,20,0,53,70,38,-1,0,29,1,1,2,42,68,2,42,-1,2,7,22,0,16,9591,6,49,2,22,0,16,9598,6,11,38,-1,62,10,0,38,-1,63,10,1,38,-1,64,10,2,38,-1,65,10,3,38,-1,66,10,10,38,-1,67,10,11,38,-1,68,10,12,38,-1,69,10,13,38,-1,70,10,20,38,-1,71,10,21,38,-1,72,10,30,38,-1,73,10,40,38,-1,74,10,41,38,-1,75,10,50,38,-1,76,10,51,38,-1,77,10,52,38,-1,78,10,53,38,-1,79,10,60,38,-1,80,10,61,38,-1,81,10,62,38,-1,82,42,-1,20,42,-1,13,20,2,42,-1,19,11,38,-1,83,42,-1,21,42,-1,13,20,2,42,-1,19,11,38,-1,84,42,-1,23,42,-1,12,20,2,42,-1,19,11,38,-1,85,42,-1,22,42,-1,14,20,2,42,-1,19,11,38,-1,86,42,-1,24,42,-1,17,20,2,42,-1,19,11,38,-1,87,42,-1,25,42,-1,16,20,2,42,-1,19,11,38,-1,88,42,-1,26,42,-1,15,20,2,42,-1,19,11,38,-1,89,42,-1,27,42,-1,18,20,2,42,-1,19,11,38,-1,90,10,1,10,0,37,38,-1,91,10,1,10,1,37,38,-1,92,10,1,10,2,37,38,-1,93,10,1,10,3,37,38,-1,94,10,1,10,4,37,38,-1,95,10,1,10,5,37,38,-1,96,10,1,10,6,37,38,-1,97,10,1,10,7,37,38,-1,98,10,1,10,8,37,38,-1,99,10,0,38,-1,100,10,1,38,-1,101,10,16,38,-1,102,10,150,10,1e3,3,38,-1,103,10,1,38,-1,104,10,2,38,-1,105,10,3,38,-1,106,10,4,38,-1,107,10,5,38,-1,108,10,6,38,-1,109,10,9955,52,22,0,16,10279,20,0,53,71,38,-1,0,29,0,1,34,38,-1,2,10,9976,52,22,0,16,10142,20,0,53,72,38,-1,0,29,1,1,2,10,9994,52,22,0,16,10120,20,0,53,73,38,-1,0,29,1,1,2,42,-1,2,0,736,16,-8,7,0,1680,16,3,41,16,10110,10,0,38,-1,3,42,-1,2,0,296,16,12,7,0,4248,20,-15,7,38,-1,4,42,-1,3,42,-1,4,18,16,10110,42,-1,2,0,296,16,12,7,42,-1,3,7,38,-1,5,42,-1,5,0,1032,20,-9,7,0,944,8,3,48,0,3236,28,-22,7,41,16,10101,42,-1,5,20,1,42,71,2,0,1228,48,-9,7,11,26,36,-1,3,0,26,22,0,16,10041,0,3196,20,11,48,22,0,16,10119,6,20,1,42,-1,2,0,184,16,3,7,11,26,0,3196,20,11,48,22,0,16,10141,6,38,-1,3,0,4500,12,-6,48,15,0,2588,32,-22,41,24,16,10176,26,0,4500,12,-6,48,0,3040,12,1,7,15,0,4552,20,-11,41,16,10212,42,-1,3,20,1,0,3964,76,-15,48,20,2,0,4500,12,-6,48,0,3040,12,1,7,11,34,0,4588,16,-5,51,26,22,0,16,10230,42,-1,3,20,1,0,3964,76,-15,48,5,34,0,4588,16,-5,51,26,0,124,12,17,22,1,0,1680,16,3,22,1,49,2,0,4412,12,-2,48,0,3536,8,5,7,20,2,34,0,4588,16,-5,7,0,3020,16,9,7,11,26,0,3196,20,11,48,22,0,16,10278,6,42,-1,28,0,2200,12,0,7,0,3380,96,-14,51,26,10,10300,52,22,0,16,10452,20,0,53,74,38,-1,0,29,0,1,49,0,38,-1,2,34,0,3344,12,-7,7,0,848,4,-4,7,20,1,0,4384,16,20,48,0,840,8,15,7,11,38,-1,3,42,-1,3,0,4248,20,-15,7,38,-1,4,10,0,38,-1,5,42,-1,5,42,-1,4,18,16,10444,42,-1,3,42,-1,5,7,38,-1,6,42,-1,6,34,0,3344,12,-7,7,0,3644,24,11,7,23,16,10435,34,0,3344,12,-7,7,0,3644,24,11,7,42,-1,6,7,38,-1,7,34,0,3344,12,-7,7,0,848,4,-4,7,42,-1,6,7,42,-1,2,42,-1,7,51,26,36,-1,5,0,26,22,0,16,10358,42,-1,2,22,0,16,10451,6,42,-1,28,0,2200,12,0,7,0,252,44,13,51,26,10,10473,52,22,0,16,10633,20,0,53,75,38,-1,0,29,1,1,2,34,0,3344,12,-7,7,0,848,4,-4,7,44,16,10512,49,0,34,0,3344,12,-7,7,0,848,4,-4,51,26,34,0,3344,12,-7,7,0,3644,24,11,7,44,16,10554,49,0,34,0,3344,12,-7,7,0,3644,24,11,51,26,10,0,34,0,3344,12,-7,7,0,1720,52,-20,51,26,0,2424,40,-5,20,1,42,-1,2,0,2856,76,-19,7,11,38,-1,3,42,-1,3,0,4248,20,-15,7,38,-1,4,10,0,38,-1,5,42,-1,5,42,-1,4,18,16,10623,42,-1,3,42,-1,5,7,20,1,34,0,1112,20,-4,7,11,26,36,-1,5,0,26,22,0,16,10588,0,3196,20,11,48,22,0,16,10632,6,42,-1,28,0,2200,12,0,7,0,1228,48,-9,51,26,10,10654,52,22,0,16,10777,20,0,53,76,38,-1,0,29,1,1,2,42,-1,2,20,1,42,0,6,11,38,-1,3,42,-1,3,34,0,3344,12,-7,7,0,848,4,-4,7,23,44,16,10767,42,-1,2,20,1,42,0,9,11,38,-1,4,42,-1,4,34,0,3344,12,-7,7,0,848,4,-4,7,42,-1,3,51,26,34,0,3344,12,-7,7,0,1720,52,-20,7,34,0,3344,12,-7,7,0,3644,24,11,7,42,-1,3,51,26,10,1,34,0,3344,12,-7,7,0,1720,52,-20,43,26,0,3196,20,11,48,22,0,16,10776,6,42,-1,28,0,2200,12,0,7,0,1112,20,-4,51,26,10,10798,52,22,0,16,11463,20,0,53,77,38,-1,0,29,1,1,2,42,-1,2,24,44,16,10819,26,49,0,30,-1,2,26,49,0,34,0,3344,12,-7,7,0,3144,16,-13,51,26,42,-1,2,42,0,104,7,22,0,12,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,104,51,26,42,-1,2,42,0,105,7,22,0,12,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,105,51,26,42,-1,2,42,0,106,7,22,0,12,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,106,51,26,42,-1,2,42,0,107,7,22,0,12,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,107,51,26,42,-1,2,42,0,108,7,22,0,12,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,108,51,26,42,-1,2,42,0,109,7,22,0,12,34,0,3344,12,-7,7,0,3144,16,-13,7,42,0,109,51,26,20,0,0,816,12,10,48,0,4268,8,-4,7,11,34,0,3344,12,-7,7,0,1784,16,4,51,26,20,0,34,0,3380,96,-14,7,11,26,0,4412,12,-2,48,0,3536,8,5,7,20,1,34,0,1228,48,-9,7,11,26,34,0,3344,12,-7,7,0,4040,20,-10,7,22,0,41,16,11439,0,4412,12,-2,48,0,3536,8,5,7,20,1,32,5,38,-1,3,42,0,88,0,448,12,19,42,0,109,20,3,42,0,88,0,2940,28,-19,42,0,109,20,3,42,0,89,0,1104,8,-5,42,0,108,20,3,42,0,87,0,2632,52,-19,42,0,107,20,3,42,0,87,0,3720,24,21,42,0,107,20,3,42,0,87,0,2932,8,5,42,0,107,20,3,42,0,87,0,3300,12,3,42,0,107,20,3,42,0,85,0,1168,16,11,42,0,106,20,3,42,0,85,0,1856,16,21,42,0,106,20,3,42,0,85,0,2492,16,-4,42,0,106,20,3,42,0,86,0,1280,28,-12,42,0,105,20,3,42,0,86,0,1380,12,7,42,0,105,20,3,42,0,84,0,2568,12,-4,42,0,104,20,3,42,0,84,0,1056,36,-13,42,0,104,20,3,42,0,83,0,1188,40,-13,42,0,104,20,3,42,0,84,0,1308,20,-8,42,0,104,20,3,42,0,90,0,2700,24,21,42,0,104,20,3,42,0,90,0,320,44,-15,42,0,104,20,3,42,0,90,0,3160,24,9,42,0,104,20,3,20,19,38,-1,4,42,-1,4,0,4248,20,-15,7,38,-1,5,10,0,38,-1,6,42,-1,6,42,-1,5,18,16,11425,42,-1,4,42,-1,6,7,38,-1,7,42,-1,7,10,1,7,38,-1,8,34,0,3344,12,-7,7,0,3144,16,-13,7,42,-1,7,10,0,7,7,22,1,41,16,11416,22,1,34,0,1876,24,17,7,42,-1,8,20,2,42,-1,7,10,2,7,11,42,-1,8,20,3,42,-1,3,0,3556,40,22,7,11,26,36,-1,6,0,26,22,0,16,11330,22,1,34,0,3344,12,-7,7,0,4040,20,-10,51,26,22,1,34,0,3344,12,-7,7,0,3356,16,16,51,26,0,3196,20,11,48,22,0,16,11462,6,42,-1,28,0,2200,12,0,7,0,3144,16,-13,51,26,10,11484,52,22,0,16,11541,20,0,53,78,38,-1,0,29,0,1,34,0,4588,16,-5,7,16,11517,20,0,34,0,4588,16,-5,7,0,4656,16,-4,7,11,26,22,0,34,0,3344,12,-7,7,0,3356,16,16,51,26,0,3196,20,11,48,22,0,16,11540,6,42,-1,28,0,2200,12,0,7,0,4648,8,12,51,26,10,11562,52,22,0,16,11718,20,0,53,79,38,-1,0,29,0,1,49,0,38,-1,2,34,0,3344,12,-7,7,0,4480,20,14,7,20,1,0,4384,16,20,48,0,840,8,15,7,11,38,-1,3,42,-1,3,0,4248,20,-15,7,38,-1,4,10,0,38,-1,5,42,-1,5,42,-1,4,18,16,11679,42,-1,3,42,-1,5,7,38,-1,6,20,0,34,0,3344,12,-7,7,0,4480,20,14,7,42,-1,6,7,0,1092,12,-3,7,11,42,-1,2,42,-1,6,51,26,36,-1,5,0,26,22,0,16,11620,34,0,3344,12,-7,7,0,1784,16,4,7,20,0,34,0,252,44,13,7,11,42,-1,2,20,0,34,0,764,52,7,7,11,20,4,22,0,16,11717,6,42,-1,28,0,2200,12,0,7,0,1092,12,-3,51,26,10,11739,52,22,0,16,11775,20,0,53,80,38,-1,0,29,2,1,2,3,42,-1,3,34,0,1480,32,-14,7,42,-1,2,51,26,0,3196,20,11,48,22,0,16,11774,6,42,-1,28,0,2200,12,0,7,0,3288,12,17,51,26,10,11796,52,22,0,16,11839,20,0,53,81,38,-1,0,29,0,1,49,0,34,0,1480,32,-14,51,26,49,0,34,0,3344,12,-7,7,0,4480,20,14,51,26,0,3196,20,11,48,22,0,16,11838,6,42,-1,28,0,2200,12,0,7,0,16,16,18,51,26,10,11860,52,22,0,16,12284,20,0,53,82,38,-1,0,29,2,1,2,3,34,0,3344,12,-7,7,0,3356,16,16,7,22,0,41,16,11893,47,22,0,16,12283,4,12254,10,10,42,-1,2,20,2,0,2816,16,-10,48,11,30,-1,2,26,42,-1,3,0,4248,20,-15,7,10,1,25,38,-1,4,42,-1,3,42,-1,4,7,38,-1,5,42,-1,3,42,-1,3,0,4248,20,-15,7,10,2,25,7,38,-1,6,34,0,3344,12,-7,7,0,4480,20,14,7,42,-1,2,7,44,16,12003,42,0,103,42,0,102,20,2,19,0,3052,16,15,7,5,34,0,3344,12,-7,7,0,4480,20,14,7,42,-1,2,51,26,42,-1,2,42,0,73,13,24,16,12021,26,42,-1,2,42,0,74,18,16,12081,42,-1,3,10,2,7,38,-1,7,42,-1,7,34,0,3344,12,-7,7,0,848,4,-4,7,42,-1,6,51,26,42,-1,3,10,4,7,42,-1,3,10,3,7,42,-1,3,10,1,7,42,-1,3,10,0,7,20,4,30,-1,3,26,42,-1,3,0,4248,20,-15,7,10,1,25,30,-1,4,26,42,-1,3,42,-1,4,7,34,0,3344,12,-7,7,0,1784,16,4,7,25,42,-1,3,42,-1,4,51,26,42,-1,3,0,4248,20,-15,7,10,2,25,38,-1,8,34,0,3344,12,-7,7,0,3644,24,11,7,42,-1,6,7,38,-1,9,42,-1,9,42,-1,3,42,-1,8,51,26,34,0,3344,12,-7,7,0,848,4,-4,7,42,-1,6,7,38,-1,10,42,-1,10,44,16,12195,47,22,0,16,12283,42,-1,10,10,0,7,38,-1,11,42,-1,11,42,0,60,41,16,12218,47,22,0,16,12283,42,-1,3,42,-1,5,20,2,34,0,3344,12,-7,7,0,4480,20,14,7,42,-1,2,7,0,2332,24,-15,7,11,26,9,12250,22,0,16,12274,38,-1,12,42,-1,12,0,548,44,-18,20,2,19,0,3072,64,-16,7,11,26,0,3196,20,11,48,22,0,16,12283,6,42,-1,28,0,2200,12,0,7,0,1876,24,17,51,26,10,12305,52,22,0,16,12343,20,0,53,83,38,-1,0,29,2,1,2,3,42,-1,3,42,-1,2,20,2,34,0,1876,24,17,7,11,26,0,3196,20,11,48,22,0,16,12342,6,42,-1,28,0,2200,12,0,7,0,1360,20,21,51,26,10,12364,52,22,0,16,12509,20,0,53,84,38,-1,0,29,0,1,10,0,38,-1,2,34,0,3344,12,-7,7,0,3144,16,-13,7,38,-1,3,42,-1,3,42,0,104,7,16,12411,10,1,10,0,37,21,-1,2,26,42,-1,3,42,0,105,7,16,12429,10,1,10,1,37,21,-1,2,26,42,-1,3,42,0,106,7,16,12447,10,1,10,2,37,21,-1,2,26,42,-1,3,42,0,107,7,16,12465,10,1,10,3,37,21,-1,2,26,42,-1,3,42,0,108,7,16,12483,10,1,10,4,37,21,-1,2,26,42,-1,3,42,0,109,7,16,12501,10,1,10,5,37,21,-1,2,26,42,-1,2,22,0,16,12508,6,42,-1,28,0,2200,12,0,7,0,764,52,7,51,26,20,0,42,-1,28,5,38,-1,110,0,1900,300,-17,20,0,42,-1,33,11,10,1,27,20,0,42,-1,31,11,10,1,27,20,0,42,-1,29,11,20,6,38,-1,111,35,10,12573,52,22,0,16,12588,20,0,53,85,26,29,0,0,20,0,42,0,32,11,6,35,10,12596,52,22,0,16,12611,20,0,53,86,26,29,0,0,20,0,42,0,30,11,6,35,20,5,38,-1,112,20,0,10,0,8,20,0,20,3,38,-1,113,42,-1,110,0,720,4,2,33,42,-1,49,0,1872,4,-4,33,42,-1,38,0,2484,8,-13,33,42,-1,39,0,4572,16,-11,33,42,-1,38,0,4172,28,7,33],_pT0dc:atob("SlVNeUpUZzNKVU15SlRnMkpUWXdVMkZUWWpKUFlrOD1XaVV6Um0wbE5qQnNaQ1V6UXlFPUpUZEdKVU15SlRnMEpVTXlKVGcwSlRkQ0pVTXlKVGc0YWlVM1FpVkRNaVU0UlNWRE1pVTRRUT09U21scmN5VTNRbmhwYTIwPVltUlJZMkZVVkE9PVFpVTNRaVZETWlVNE55VkRNaVU0TUNVM1JrSjFKVU15SlRneWR5VkRNaVU0UXc9PVkyeHZRaVUxUlNVMk1HVT1KVU15SlRneGNpVkRNaVU0TkNWRE1pVTROQ1ZETWlVNE9DVkRNaVU0TUNWRE1pVTRNM1U9V2xobk9TVTJNRVpuVkdkWVNpVTFRMmNsTlVJbE0wTmhWeVUxUTFaWVpnPT1WVmhZV1ZoQ1kxaFpadz09WldKMVlnPT1KVGRHZm5nbE4wUWxReklsT0ROMEpVTXlKVGd4SlRkRGZpVkRNaVU0TlhRPUpVTXlKVGcxZUhSM1lpVkRNaVU0TVNVM1JpVkRNaVU0UXc9PWVYY2xReklsT0RaZmQzTWxReklsT0RCaWR5VkRNaVU0TkNVM1FpVkRNaVU0TVhZPUpUVkVUaVUyTUdGU0pVTXlKVGd5SlVNeUpUZzBKVU15SlRnNWZpVkRNaVU0TkNWRE1pVTRNdz09WVdZbE5VTWxOVVJ3UnlVMVJRPT1ZMkZ3UVhKaGFuQWxNMFpySlRZd1lRPT1WQ1UxUWw4bFF6SWxPREVsUXpJbE9EWWxOMElsUXpJbE9ERWxReklsT0RBPUpVTXlKVGcxZmlVM1FuVjNabGxsYVNVMVJHWlpXQT09SlVNeUpUZ3djbmx5Y0NWRE1pVTRNWFlsTjBNbE4wSWxOakFsUXpJbE9ERnVKVGRHSlVNeUpUZ3hmaVUzUmlVM1JIUjVjblJ4SlVNeUpUZzBKMkk9SlVNeUpUZzJkMzQ9SlRZd0pUWXdZMXBZV2w4PUpUZERKVU15SlRneGVHMD1TVTloVWxsSlR3PT1XQ1UxUldjbE5VTm9KVFZFSlRWRkpUTkRhR2RmWWlVMk1FMW9KVE5DWW0xZlpWb2xOakJzSlROQlYyb2xOVUk9SlRZd1dtWm1XZz09SlRWRFZtcGthbkU9SlRWQ0pUWXdZV1FsTlVOR1p5VTFReVUxUkdzPUpUZERjWDV5SlRkQ2ZubHRlbTl4Wm1ob2FuRnFkMlo1Ym5SekpUZEdjQ1ZETWlVNE15VTNSbXdsTjBSd2JBPT1TMnhoWWc9PVl5VTFRMjRsTkRCeEpUWXdhVzg9WVdOV1p5VTFSU1UyTUdWYUpUWXdYdz09SlRGRFlTVkRNaVU0TXlWRE1pVTRNSDU2SlVNeUpUZzBkZz09ZDNodGJpVTFSQ1ZETWlVNE1ubHVZbXM9ZWlVM1F5VkRNaVU0TWlWRE1pVTRNSElsUXpJbE9ESWxOMFE9YW1oM1IyUjNaQT09Ym5OMWVuaz1aV2hvU25OMmNVbHdhWEZwY25nPUpVTXlKVGd3SlRkRWR3PT1VMTlZVjFCM2NIaHdlU1UzUmc9PWFXUnFXQ1UxUkZwaldRPT1ZbEU9ZWlVM1F5VkRNaVU0TWlWRE1pVTRNSEo2SlRkREpVTXlKVGd6Y2c9PWVXb2xOMElsTjBOdVYyNGxReklsT0RCUGVDVTNRblpPZFc1MmJuY2xOMFFsTjBNPVlXSnpkM0VsUXpJbE9EVndKVGRDSlVNeUpUZ3plZz09ZFhjbE4wUWxOMEp0YkhjbE4wWjJmZz09WHlVMVFsQlNWRmNsTlVVbE5VSlRWR0U9Wm1KbkpUVkNKVFl3SlRWRlV6QmhVRmxmWkNVMVJYSnVhUT09SlVNeUpUZ3djbmR0ZUNWRE1pVTRNR0k9Ym5rbFF6SWxPREZZY2lWRE1pVTROZz09WjI4PWRIVnFhMVJuYzJzPWFXaGlaMjBsTlVWclFpVTFSQT09TFE9PWJTVTNRbThsTjBOM2RITWxReklsT0RFbFF6SWxPREk9Y0hsMkpUZEVieVUzUTI0bE4wWnhVVzRsUXpJbE9ERnVKVEpHSlRKR0tpVTFRaVUwTUdsa0pUTkVKVEl5SlRkRGVpVkRNaVU0T1ZZbFF6SWxPRGtsUXpJbE9Ea2xReklsT0RkK2R5VkRNaVU0UVNWRE1pVTRPWG89WDJnbE5VUnZidz09Y2lWRE1pVTRNeVZETWlVNE1HOGxReklsT0RKM0pUZEVKVGRESlRZd1pXWnBZVWxtY0hFPVVtVm5SWGh3VjJobUpUWXdKVE5HV1cwPWVpVkRNaVU0TVhNbE4wTjFKVU15SlRnM0pUZERjeVUzUkNWRE1pVTRNbmg1SlVNeUpUaERjWGx0ZFhnPWVYQT1ibUZmYTI0bE5qQlFaV2xoYWc9PWJuRmxZM1pyY1hBPUpVTXlKVGc1SlVNeUpUZzFKVU15SlRoQ0pVTXlKVGc0ZVNVM1FnPT1YMW9sTmpCT1UxaGFZVkE9Y1E9PVRtRlVVaVUxUldGVE5HVlVKVFZFWXc9PWRtUWxReklsT0RBbE5VSWxReklsT0VJbE4wTnFZV2RVWDJ0RGFtSkZkV2xFV21SNEpVTXlKVGd6SlVNeUpUaENaWFJUUjNKRkpVTXlKVGhCSlVNeUpUZzFKVU15SlRnM1ZsZEVVa1ZhUW5KaVdubG9aM0pJSlRWRWRrVWxOME1sTlVVbE5VTWxOREFsUXpJbE9EWlNSaVUzUmlVM1JIZEVaeVZETWlVNE15VTFSWGNsTmpCMkpUZERKVU15SlRnNGVXSllkbXRaSlVNeUpUZzNKVGRDSlVNeUpUZ3pWU1UzUkVSQkpVTXlKVGd5VW5SNEpUZEdTR0VsUXpJbE9EWjVkM1ppUXlWRE1pVTRNbDhsUXpJbE9EZ2xOakFsUXpJbE9EUmhSRlpxVkhST2NISnZkRzkwZVhCbFRFOGxOVVZMZFE9PWVDVkRNaVU0TVg1NkpVTXlKVGd6SlVNeUpUZzViUT09SlRWRVkyd2xOVVFsTTBOdkpUWXdKVFl3U205dFlnPT1aZz09SlVNeUpUZzJkeVZETWlVNE9DVTNRaVZETWlVNE5DVkRNaVU0UVE9PUpUZEdKVU15SlRnMEpVTXlKVGd5ZHc9PUpUZEdKVGRHSlRJMmRtOGxReklsT0RGUEpVTXlKVGd5SlVNeUpUZ3lKVU15SlRnd2QzQWxReklsT0RNbFF6SWxPREp6Ym5OMWVua3hKVEkxZUdweGFtaDVNU1V5TlhscUpUZEVlV1ozYW1ZPVdGSm1KVE5DWWxvPUpUTkZVbVZaSlVNeUpUZ3dlSE41WjJ4M2VHVjJlQT09ZEc5MVkyZz1JV0ZrZFhkcWVIaDZkMm89Y1dOb0pUVkZhWEZTSlRkRGZpVkRNaVU0TkNWRE1pVTRNblE9YUdad1ozQnRaMjg9SlVNeUpUZzVKVU15SlRnMWVDVkRNaVU0TUNVM1Fua2xReklsT0VFPWFHTmhjSFJqYUdFPUpVTXlKVGd3SlVNeUpUZ3lKVU15SlRnNEpVTXlKVGcyZUNVM1JuaDBKVU15SlRnNWVBPT1KVFZFVldSUkpUTkNWV2s9SlRWQ1dsUlpYMUFsTlVRbE5qQWxOVUk9YUNVMk1HNXVKVFZEWWlVMk1BPT1KVFZGWkZsc2NubCtkQT09WTJSMWFHSmtiRzV6YUc1dEpUZEVjU1ZETWlVNE1BPT1aUT09ZW13bE4wST1KVE5CWTJsYVp3PT1lbXNsTjBNbE4wUnZVM2grYUdaMVJIQmliV1owWkdabFJuZG1iM1YwSlVNeUpUZzBKVU15SlRnNGVDVkRNaVU0TlNWRE1pVTRRMlo0SlRkR2VIWWxReklsT0RjbFF6SWxPRElsUXpJbE9EVlVKVGRHSlRkR0pUVkVaM0J0ZGlWRE1pVTRNaVZETWlVNE15VkRNaVU0UXc9PVZrOD1KVGRHZDM0bE4wUjBmbXR4V0d0M2J3PT1UMkpoWVNVMVF5VTFRZz09WTFnbE5VTlVabGxxSlRWRGFXMGxOVU09ZEE9PVltNXRjbk54ZEdKelJWb2xOVVZXTTJaWFYxWmpibVU9SlVNeUpUZ3pkWDRsUXpJbE9EUWxReklsT0RJbFF6SWxPRGxWSlVNeUpUZ3lKVU15SlRneUpUZEdKVU15SlRneVlTVTFRbTg9SlRkR2NuQWxOME1sTjBaeFoyWWxOakJsYXlVMVEya2xOVUptYm1VPWNHdHhYMlJoYnc9PWFtTlpXaVUxUWlVMVJXTmFXUT09Y0dGdmNBPT1URmNsTlVKVFRBPT1KVFZDWWlVMVFtTWxOVUprYW5Wa1pWb2xOVUk9SlRWRlp5VTFRMjV1U1NVMVEyZ2xOakE9WWxSak0xQmpVQT09WTJ3bE5qQnljQT09ZUdrPVZYWWxOMFIySlVNeUpUZzFkZz09SlRWRkpUVkNlaVUzUW1nbE4wSnNZbFZUWDJKVVdTVTFSVmM9SlROR1NFUkRkeVUzUTNjbFF6SWxPRElsTlVJbFF6SWxPRE1sUXpJbE9ESnZKVU15SlRneWR5VTNSQ1UzUXlVMVJIQWxReklsT0RGekpVTXlKVGd3SlVNeUpUZzBjeVZETWlVNE1BPT1RVjl1Y1VwdFlXaz1lR3B2WlhCNGZpVTNSSGNsTjBNbFF6SWxPREp6SlVNeUpUZ3dZaVZETWlVNE4zNXpKVFZFYWw5MFltOXdYeVUxUkd3PVMwNU9KVEpHSlRZd1QxZ2xOVVUyVXlVMVJDVTFSVTlZVHlVMVF3PT1kQ1UzUW5Ob2EzZz1kM1I2YzJrPUpVTXlKVGd6ZENWRE1pVTROeVZETWlVNE13PT1KVFZDWWxRbE5VUldhQ1UxUkZSaVZtVT1VaVUxUTA5UVpXWT1lV1J2ZUdnPUpUZEVKVU15SlRnMGNTVkRNaVU0TW5kMUpVTXlKVGcwV0ZvbE5qQWxOVVZRVUZsZlVDVTFSQT09SlRWRlR3PT1lSElsUXpJbE9EWWxOMFFsTjBaeUpVTXlKVGd3SlVNeUpUZ3dSSFJ4ZVhWbmRBPT1hbWx0YmtkZmJXMGxOVUpoWHc9PU9VVWxNMFVsTTBSRlZtbGxNbU5XVWpZbE5VUldKVFZGVmw5bEpUZEViMzRsTlVWemQyOTVKVGRHZmc9PWFHc2xOVVFsTmpCUVpXbGhkM0p6SlRkREpVTXlKVGd5ZDNSM2N5VkRNaVU0TUE9PVdVeFlVQT09YTNCNmFHbHpiR3M9Wm5Sd2VpVTFRM0FsTjBZPUpUVkRKVU15SlRnMEpVTXlKVGd6Y0NWRE1pVTRNM2grSlRkRUpUVkZjU1ZETWlVNE1uUWxReklsT0RFbFF6SWxPRFYwSlVNeUpUZ3hjM2h6ZmlVMVEyOXRlU1UzUTI0PWVXNXZiSHBSYXlVM1JnPT1lblVsTjBKcGJtbG5kR2xyY2c9PVJsSkxTa2RzYm5OeVEycGphMk5zY2c9PVZGSmhNaVUxUW1GZlZsSWxOakFsTWtabVFXWWxOVVJTWTJoaGJtZGxaRlJ2ZFdOb1pYTT1iRzRsTlVKbVltMU5hRUpuYkdrbE5VVmtiUT09SlVNeUpUZzBkU1ZETWlVNE5ua2xReklsT0RJbFF6SWxPRGhpSlVNeUpUZ3plSGs9SlRkQ2RDVTNSSFlsUXpJbE9ETjNjbk1sTjBJPWJpVTJNR2NsTmpBbE5VVnZaR3BwSlRRd2FWOD1hMmdsTjBKb2Vtd2xOMEk9ZW5jbE4wTnBKVGREY1hkMldta2xOME50ZUNWRE1pVTRNWDU2SlVNeUpUZ3pKVU15SlRnNWJnPT1jSG89Y0E9PUpUTkNUbFpSVHlVMk1BPT1jR3M9WldaM2FtUm1abkZsZDI5bmNIWT1Sdz09ZEdjbE4wTnZiV2Q2YjNWMFdHSXlKVFZGSlRWRVkxUWxOVVJqTkZOWVkxQlJKVFZDVkE9PVppVTFRbDlYTkdkWVdGZGtaUT09V0d0c2NtdHBlZz09WVE9PWFHRT1aVmRUWkZWYVZRPT1VR0ZRV1Y4dVdsb2xOVVJQSlRWRmNTVkRNaVU0TUhsdUpUZEdkSHA1ZmlVM1Jtd2xOMFFsTjBZPVpIUm5lR3AzSlRkQ2FuYz1KVU15SlRneEpUZERXU1UzUXlWRE1pVTROSElsTjBaUWJpVkRNaVU0TUhJPVoyaGpaQT09YUcxM1ozTnljbWxuZUE9PQ==")};function t(e){for(;e._7rqA3K!==e._1WwRqdliG;){var t=e._v1GqXmT5[e._7rqA3K++];e._lh1U[t](e)}}return e._1WwRqdliG=e._v1GqXmT5.length,t(e),e._RAeEtcCud}(),Qt=Yt.s,en=Yt.m,tn=Yt.b,nn=Yt.start}catch($n){Ce("ob-error","error","api",{message:$n.message});var on=function(){};Qt=function(){return Promise.resolve()},en={record:on,resetData:on,setData:on,stop:on,circBuffPush:on},tn={record:on,stop:on},nn=on}function an(e,t){this.cause=e,this.message=t}function sn(e){an.call(this,de,"Invalid hCaptcha id: "+e)}function cn(){an.call(this,he,"No hCaptcha exists.")}function ln(){an.call(this,pe,"Missing sitekey - https://docs.hcaptcha.com/configuration#javascript-api")}an.prototype=Error.prototype;var un=[],hn=[],pn={add:function(e){un.push(e)},remove:function(e){for(var t=!1,n=un.length;--n>-1&&!1===t;)un[n].id===e.id&&(t=un[n],un.splice(n,1));return t},each:function(e){for(var t=-1;++t10&&hn.splice(0,hn.length-10)},getSession:function(){return hn}};function dn(e,t){"object"!=typeof e||t||(t=e,e=null);var n,r,i,o=!0===(t=t||{}).async,a=new Promise((function(e,t){r=e,i=t}));if(a.resolve=r,a.reject=i,n=e?pn.getById(e):pn.getByIndex(0))Ae("Execute called","hCaptcha","info"),rn.setData("exec","api"),en.setData("exec","api"),o&&n.setPromise(a),n.onReady(n.initChallenge,t);else if(e){if(!o)throw new sn(e);a.reject(de)}else{if(!o)throw new cn;a.reject(he)}if(o)return a}function fn(e){var t="",n=null;n=e?pn.getById(e):pn.getByIndex(0);try{for(var r=pn.getSession(),i=r.length,o=!1;--i>-1&&!o;)(o=r[i][1]===n.id)&&(t=r[i][0])}catch($n){t=""}return t}function mn(e,t,n){this.target=e,this.setTargetOrigin(n),this.id=t,this.messages=[],this.incoming=[],this.waiting=[],this.isReady=!0,this.queue=[]}mn.prototype._sendMessage=function(e,t){var n=e instanceof HTMLIFrameElement;try{n?e.contentWindow.postMessage(JSON.stringify(t),this.targetOrigin):e.postMessage(JSON.stringify(t),this.targetOrigin)}catch(Kn){Oe("messaging",Kn),"*"!==this.targetOrigin&&(this.setTargetOrigin("*"),this._sendMessage(e,t))}},mn.prototype.setReady=function(e){var t=this;t.isReady=e,t.isReady&&t.queue.length&&(t.queue.forEach((function(e){t._sendMessage.apply(t,e)})),t.clearQueue())},mn.prototype.clearQueue=function(){this.queue=[]},mn.prototype.setID=function(e){this.id=e},mn.prototype.setTargetOrigin=function(e){this.targetOrigin="*"},mn.prototype.contact=function(e,t){if(!this.id)throw new Error("Chat requires unique id to communicate between windows");var n=this,r=Math.random().toString(36).substr(2),i={source:"hcaptcha",label:e,id:this.id,promise:"create",lookup:r};if(t){if("object"!=typeof t)throw new Error("Message must be an object.");i.contents=t}return new Promise((function(t,o){n.waiting.push({label:e,reject:o,resolve:t,lookup:r}),n._addToQueue(n.target,i)}))},mn.prototype.listen=function(e,t){if(!this.id)throw new Error("Chat requires unique id to communicate between windows");for(var n=this.messages.length,r=!1;--n>-1&&!1===r;)this.messages[n].label===e&&(r=this.messages[n]);!1===r&&(r={label:e,listeners:[]},this.messages.push(r)),r.listeners.push(t)},mn.prototype.answer=function(e,t){if(!this.id)throw new Error("Chat requires unique id to communicate between windows");for(var n=this.incoming.length,r=!1;--n>-1&&!1===r;)this.incoming[n].label===e&&(r=this.incoming[n]);!1===r&&(r={label:e,listeners:[]},this.incoming.push(r)),r.listeners.push(t)},mn.prototype.send=function(e,t){var n=this;if(!n.id)throw new Error("Chat requires unique id to communicate between windows");var r={source:"hcaptcha",label:e,id:n.id};if(t){if("object"!=typeof t)throw new Error("Message must be an object.");r.contents=t}n._addToQueue(n.target,r)},mn.prototype.check=function(e,t){for(var n=[].concat.apply([],[this.messages,this.incoming,this.waiting]),r=[],i=-1;++i-1&&!1===c;)this.waiting[s].label===t.label&&this.waiting[s].lookup===t.lookup&&(c=!0,this.waiting.splice(s,1));continue}for(i=0;i-1&&!1===t;)e.id===gn.chats[n].id&&e.target===gn.chats[n].target&&(t=gn.chats[n],gn.chats.splice(n,1));return t},consumeMessages:function(){var e=gn.messages;return gn.messages=[],e},handleGlobal:function(e){if(gn.globalEnabled){var t=gn.messages;if(t.length>=10)gn.globalEnabled=!1;else{var n=t.some((function(t){return JSON.stringify(t.data)===JSON.stringify(e.data)}));n||t.push(e)}}},handle:function(e){var t=e.data,n="string"==typeof t&&t.indexOf("hcaptcha")>=0||"object"==typeof t&&JSON.stringify(t).indexOf("hcaptcha")>=0;try{if(!n)return void gn.handleGlobal(e);"string"==typeof t&&(t=JSON.parse(t)),"d"===t.t&&gn.messages.push(e);for(var r,i=gn.chats,o=-1;++oi||c<0)&&(c=(i-this.width)/2,a=!0);var l=(n.scrollHeight=r+o&&(u=r+o-(this.height+t)),u=Math.max(Math.min(u,l),10);var h=e.bounding.top+e.tick.y+r-u-10,p=this.height-10-30;h=Math.max(Math.min(h,p),t),this.$container.css({left:c,top:u}),this.$arrow.fg.css({display:a?"none":"block"}),this.$arrow.bg.css({display:a?"none":"block"}),this.$arrow.css({top:h}),this.top=u,this.$container.dom.getBoundingClientRect()}},Zn.prototype.destroy=function(){this._timeoutFailedToInitialize&&(clearTimeout(this._timeoutFailedToInitialize),this._timeoutFailedToInitialize=null),this._visible&&this.close.call(this),gn.removeChat(this.chat),this.chat=this.chat.destroy(),this._hasCustomContainer?this._parent.removeChild(this.$iframe.dom):(this._parent.removeChild(this.$container.dom),this.$container=this.$container.__destroy()),this.$iframe=this.$iframe.__destroy()},Zn.prototype.setReady=function(){var e;this._timeoutFailedToInitialize&&(clearTimeout(this._timeoutFailedToInitialize),this._timeoutFailedToInitialize=null),this.chat&&this.chat.setReady(!0),this.ready=!0;for(var t=this.listeners.length;--t>-1;)e=this.listeners[t],this.listeners.splice(t,1),e()},Zn.prototype.onReady=function(e){var t=Array.prototype.slice.call(arguments,1),n=function(){e.apply(null,t)};this.ready?n():this.listeners.push(n)},Zn.prototype.onOverlayClick=function(e){this._hasCustomContainer||this.$overlay.addEventListener("click",e)},Zn.prototype.setData=function(e){this.chat&&this.chat.send("challenge-data",e)};function Pn(e,t,n){var r=this;this.id=t,this.response=null,this.location={tick:null,offset:null,bounding:null},this.config=n,this._ticked=!0,this.$container=e instanceof ct?e:new ct(e),this._host=ye.host||window.location.hostname,this.$iframe=new ct("iframe");var i=ye.assetUrl;ve.assethost&&(i=ve.assethost+ye.assetUrl.replace(ye.assetDomain,""));var o=i.match(/^.+\:\/\/[^\/]+/),a=o?o[0]:null,s=i+"/hcaptcha.html#frame=checkbox&id="+this.id+"&host="+this._host+(n?"&"+Le(this.config):"");this.chat=gn.createChat(this.$iframe.dom,t,a),this.chat.setReady(!1),this._timeoutFailedToInitialize=setTimeout((function(){r.$iframe&&r.$iframe.isConnected()?Ce("Failed to initialize. Iframe attached","error","frame:checkbox",{contentWindow:!!r.$iframe.dom.contentWindow,iframeSrc:s}):Ce("Failed to initialize. Iframe detached","error","frame:checkbox")}),6e4),this.$iframe.dom.src=s,this.$iframe.dom.tabIndex=this.config.tabindex||0,this.$iframe.dom.frameBorder="0",this.$iframe.dom.scrolling="no",ee.Browser.supportsPST()&&(this.$iframe.dom.allow="private-state-token-issuance 'src'; private-state-token-redemption 'src'"),this.translate(),this.config.size&&"invisible"===this.config.size&&this.$iframe.setAttribute("aria-hidden","true"),this.$iframe.setAttribute("data-hcaptcha-widget-id",t),this.$iframe.setAttribute("data-hcaptcha-response",""),this.$container.appendElement(this.$iframe),"off"!==ve.recaptchacompat&&(this.$textArea0=this.$container.createElement("textarea","#g-recaptcha-response-"+t),this.$textArea0.dom.name="g-recaptcha-response",this.$textArea0.css({display:"none"})),this.$textArea1=this.$container.createElement("textarea","#h-captcha-response-"+t),this.$textArea1.dom.name="h-captcha-response",this.$textArea1.css({display:"none"}),this.ready=new Promise((function(e){r.chat.listen("checkbox-ready",e)})).then((function(){r._timeoutFailedToInitialize&&(clearTimeout(r._timeoutFailedToInitialize),r._timeoutFailedToInitialize=null),r.chat&&r.chat.setReady(!0)})),this.clearLoading=this.clearLoading.bind(this),this.style()}function Nn(e,t,n){this.id=t,this.response=null,this.location={tick:null,offset:null,bounding:null},this.config=n,this.$container=e instanceof ct?e:new ct(e),this.$iframe=new ct("iframe"),this.$iframe.setAttribute("aria-hidden","true"),this.$iframe.css({display:"none"}),this.$iframe.setAttribute("data-hcaptcha-widget-id",t),this.$iframe.setAttribute("data-hcaptcha-response","");var r=ye.assetUrl;ve.assethost&&(r=ve.assethost+ye.assetUrl.replace(ye.assetDomain,"")),this.$iframe.dom.src=r+"/hcaptcha.html#frame=checkbox-invisible",this.$container.appendElement(this.$iframe),"off"!==ve.recaptchacompat&&(this.$textArea0=this.$container.createElement("textarea","#g-recaptcha-response-"+t),this.$textArea0.dom.name="g-recaptcha-response",this.$textArea0.css({display:"none"})),this.$textArea1=this.$container.createElement("textarea","#h-captcha-response-"+t),this.$textArea1.dom.name="h-captcha-response",this.$textArea1.css({display:"none"})}function zn(e,t,n){if(!n.sitekey)throw new ln;this.id=t,this.visible=!1,this.overflow={override:!1,cssUsed:!0,value:null,scroll:0},this.onError=null,this.onPass=null,this.onExpire=null,this.onChalExpire=null,this.onOpen=null,this.onClose=null,this._ready=!1,this._active=!1,this._listeners=[],this.config=n,An.indexOf(n.theme)>=0&&Wn.use(n.theme),this._state={escaped:!1,passed:!1,expiredChallenge:!1,expiredResponse:!1},this._origData=null,this._langSet=!1,this._promise=null,this._responseTimer=null,this.initChallenge=this.initChallenge.bind(this),this.closeChallenge=this.closeChallenge.bind(this),this.displayChallenge=this.displayChallenge.bind(this),this.getGetCaptchaManifest=this.getGetCaptchaManifest.bind(this),this.challenge=new Zn(t,n),"invisible"===this.config.size?(Ae("Invisible mode is set","hCaptcha","info"),this.checkbox=new Nn(e,t,n)):this.checkbox=new Pn(e,t,n)}function jn(e){if("en"===e)return Promise.resolve();var t=e+".json";return new Promise((function(n,r){At(t).then((function(n){return n||Ot(t,{prefix:"https://newassets.hcaptcha.com/captcha/v1/a28812e910b57e4ac097884908bc2d05a8975c8a/static/i18n"}).then((function(t){return gt.addTable(e,t.data),t}))})).then((function(e){n(e.data)}))["catch"]((function(e){r(e)}))}))}Pn.prototype.setResponse=function(e){this.response=e,this.$iframe.dom.setAttribute("data-hcaptcha-response",e),"off"!==ve.recaptchacompat&&(this.$textArea0.dom.value=e),this.$textArea1.dom.value=e},Pn.prototype.style=function(){var e=this.config.size;switch(this.$iframe.css({pointerEvents:"auto",backgroundColor:"rgba(255,255,255,0)",borderRadius:4}),e){case"compact":this.$iframe.css({width:158,height:138});break;case"invisible":this.$iframe.css({display:"none"});break;default:this.$iframe.css({width:302,height:76,overflow:"hidden"})}},Pn.prototype.reset=function(){this._ticked=!1,this.$iframe&&this.$iframe.dom.contentWindow&&this.chat&&this.chat.send("checkbox-reset")},Pn.prototype.clearLoading=function(){this.chat&&this.chat.send("checkbox-clear")},Pn.prototype.sendTranslation=function(e){var t={locale:e,table:gt.getTable(e)||{}};this.chat&&this.chat.send("checkbox-translate",t),this.translate()},Pn.prototype.translate=function(){this.$iframe.dom.title=gt.translate("Widget containing checkbox for hCaptcha security challenge")},Pn.prototype.status=function(e,t){this.$iframe&&this.$iframe.dom.contentWindow&&this.chat&&this.chat.send("checkbox-status",{text:e||null,a11yOnly:t||!1})},Pn.prototype.tick=function(){this._ticked=!0,this.chat&&this.chat.send("checkbox-tick")},Pn.prototype.getTickLocation=function(){return this.chat.contact("checkbox-location")},Pn.prototype.getOffset=function(){var e=this.$iframe.dom;e.offsetParent||(e=e.parentElement);for(var t=0,n=0;e;)t+=e.offsetLeft,n+=e.offsetTop,e=e.offsetParent;return{top:n,left:t}},Pn.prototype.getBounding=function(){return this.$iframe.dom.getBoundingClientRect()},Pn.prototype.destroy=function(){this._timeoutFailedToInitialize&&(clearTimeout(this._timeoutFailedToInitialize),this._timeoutFailedToInitialize=null),this._ticked&&this.reset(),gn.removeChat(this.chat),this.chat=this.chat.destroy(),this.$container.removeElement(this.$iframe),this.$container.removeElement(this.$textArea1),"off"!==ve.recaptchacompat&&(this.$container.removeElement(this.$textArea0),this.$textArea0=this.$textArea0.__destroy()),this.$textArea1=this.$textArea1.__destroy(),this.$container=this.$container.__destroy(),this.$iframe=this.$iframe.__destroy()},Nn.prototype.setResponse=function(e){this.response=e,this.$iframe.dom.setAttribute("data-hcaptcha-response",e),"off"!==ve.recaptchacompat&&(this.$textArea0.dom.value=e),this.$textArea1.dom.value=e},Nn.prototype.reset=function(){},Nn.prototype.clearLoading=function(){},Nn.prototype.sendTranslation=function(e){},Nn.prototype.status=function(e,t){},Nn.prototype.tick=function(){},Nn.prototype.getTickLocation=function(){return Promise.resolve({left:0,right:0,top:0,bottom:0,width:0,height:0,x:0,y:0})},Nn.prototype.getOffset=function(){var e=this.$iframe.dom;e.offsetParent||(e=e.parentElement);for(var t=0,n=0;e;)t+=e.offsetLeft,n+=e.offsetTop,e=e.offsetParent;return{top:n,left:t}},Nn.prototype.getBounding=function(){return this.$iframe.dom.getBoundingClientRect()},Nn.prototype.destroy=function(){this._ticked&&this.reset(),this.$container.removeElement(this.$iframe),this.$container.removeElement(this.$textArea1),"off"!==ve.recaptchacompat&&(this.$container.removeElement(this.$textArea0),this.$textArea0=this.$textArea0.__destroy()),this.$textArea1=this.$textArea1.__destroy(),this.$container=this.$container.__destroy(),this.$iframe=this.$iframe.__destroy()},zn.prototype._resetTimer=function(){null!==this._responseTimer&&(clearTimeout(this._responseTimer),this._responseTimer=null)},zn.prototype.initChallenge=function(e){e||(e={}),Ae("Initiate challenge","hCaptcha","info"),this._origData=e;var t=this.getGetCaptchaManifest(),n=e.charity||null,r=e.a11yChallenge||!1,i=e.link||null,o=e.action||"",a=e.rqdata||null,s=e.errors||[],c=ee.Browser.width(),l=ee.Browser.height();this._active=!0,this._resetTimer(),this._resetState(),this.checkbox.setResponse(""),this.challenge.setup({a11yChallenge:r,manifest:t,width:c,height:l,charity:n,link:i,action:o,rqdata:a,wdata:vn(),errors:s.concat(wn.collect())})},zn.prototype.getGetCaptchaManifest=function(){var e=(this._origData||{}).manifest||null;return e||((e=Object.create(null)).st=Date.now()),e.v=1,e.topLevel=rn.getData(),e.session=pn.getSession(),e.widgetList=pn.getCaptchaIdList(),e.widgetId=this.id,e.href=window.location.href,e.prev=JSON.parse(JSON.stringify(this._state)),e},zn.prototype.displayChallenge=function(e){if(this._active){var t=this;this.visible=!0;var n=this.checkbox,r=this.challenge,i=ee.Browser.height();if(!("ie"===ee.Browser.type&&8===ee.Browser.version)){var o=window.getComputedStyle(document.body).getPropertyValue("overflow-y");this.overflow.override="hidden"===o,this.overflow.override&&(this.overflow.cssUsed=""===document.body.style.overflow&&""===document.body.style.overflowY,this.overflow.cssUsed||(this.overflow.value=""===o?"auto":o),this.overflow.scroll=ee.Browser.scrollY(),document.body.style.overflowY="auto")}return new Promise((function(o){n.status(),n.getTickLocation().then((function(a){if(t._active){if(r.size(e.width,e.height,e.mobile),r.show(),n.clearLoading(),n.location.bounding=n.getBounding(),n.location.tick=a,n.location.offset=n.getOffset(),r.position(n.location),r.focus(),r.height>window.document.documentElement.clientHeight)(window.document.scrollingElement||document.getElementsByTagName("html")[0]).scrollTop=Math.abs(r.height-i)+r.top;o()}}))})).then((function(){Ae("Challenge is displayed","hCaptcha","info"),t.onOpen&&Je(t.onOpen)}))}},zn.prototype.resize=function(e,t,n){var r=this,i=this.checkbox,o=this.challenge;o.getDimensions(e,t).then((function(e){e&&o.size(e.width,e.height,e.mobile),i.location.bounding=i.getBounding(),i.location.offset=i.getOffset(),ee.System.mobile&&!n||o.position(i.location)}))["catch"]((function(e){r.closeChallenge.call(r,{event:le,message:"Captcha resize caused error.",error:e})}))},zn.prototype.position=function(){var e=this.checkbox,t=this.challenge;ee.System.mobile||(e.location.bounding=e.getBounding(),t.position(e.location))},zn.prototype.reset=function(){Ae("Captcha Reset","hCaptcha","info");try{this.checkbox.reset(),this.checkbox.setResponse(""),this._resetTimer(),this._resetState()}catch($n){Oe("hCaptcha",$n)}},zn.prototype._resetState=function(){for(var e in this._state)this._state[e]=!1},zn.prototype.closeChallenge=function(e){this.visible=!1,this._active=!1;var t=this,n=this.checkbox,r=this.challenge;this.overflow.override&&((window.document.scrollingElement||document.getElementsByTagName("html")[0]).scrollTop=this.overflow.scroll,this.overflow.override=!1,this.overflow.scroll=0,document.body.style.overflowY=this.overflow.cssUsed?null:this.overflow.value);var i=e.response||"";n.setResponse(i);var o=e.event;switch("string"==typeof i&&""!==i||o!==te||(o=ne,Ce("Passed without response","error","api",e)),r.close(o),n.$iframe.dom.focus(),Ae("Challenge has closed","hCaptcha","info",{event:o,response:e.response,message:e.message}),o){case ne:this._state.escaped=!0,n.reset(),t.onClose&&Je(t.onClose),t._promise&&t._promise.reject(re);break;case ie:this._state.expiredChallenge=!0,n.reset(),n.status("hCaptcha window closed due to timeout.",!0),t.onChalExpire&&Je(t.onChalExpire),t._promise&&t._promise.reject(ie);break;case le:case ae:case ce:var a=o;n.reset(),o===ce?(n.status(e.message),429===e.status?a=se:"invalid-data"===e.message?a=oe:"client-fail"===e.message&&(a=le)):o===ae?a=le:o===le&&"Answers are incomplete"===e.message&&(a=ue),Ce("Failed to execute","error","hCaptcha",{error:a,event:o,message:e.message}),this.onError&&Je(this.onError,a),t._promise&&t._promise.reject(a);break;case te:this._state.passed=!0,n.tick(),this.onPass&&Je(this.onPass,i),t._promise&&t._promise.resolve({response:i,key:fn(this.id)}),"number"==typeof e.expiration&&(t._resetTimer(),t._responseTimer=setTimeout((function(){try{n.$iframe&&(n.$iframe.dom.contentWindow?(n.reset(),n.setResponse(""),n.status("hCaptcha security token has expired. Please complete the challenge again.",!0)):yn(t.id))}catch(Kn){Oe("global",Kn)}t.onExpire&&Je(t.onExpire),t._responseTimer=null,t._state.expiredResponse=!0}),1e3*e.expiration))}t._promise=null},zn.prototype.updateTranslation=function(e){this.config.hl=e,this._langSet=!0,this.checkbox&&this.checkbox.sendTranslation(e),this.challenge&&this.challenge.sendTranslation(e)},zn.prototype.isLangSet=function(){return this._langSet},zn.prototype.isReady=function(){return this._ready},zn.prototype.setReady=function(e){if(this._ready=e,this._ready){var t;Ae("Instance is ready","hCaptcha","info");for(var n=this._listeners.length;--n>-1;)t=this._listeners[n],this._listeners.splice(n,1),t()}},zn.prototype.setPromise=function(e){this._promise=e},zn.prototype.onReady=function(e){var t=Array.prototype.slice.call(arguments,1),n=function(){e.apply(null,t)};this._ready?n():this._listeners.push(n)},zn.prototype.destroy=function(){(Ae("Captcha Destroy","hCaptcha","info"),this._resetTimer(),this.overflow.override)&&((window.document.scrollingElement||document.getElementsByTagName("html")[0]).scrollTop=this.overflow.scroll,this.overflow.override=!1,this.overflow.scroll=0,document.body.style.overflowY=this.overflow.cssUsed?null:this.overflow.value);this.challenge.destroy(),this.checkbox.destroy(),this.challenge=null,this.checkbox=null},zn.prototype.setSiteConfig=function(e){var t=this;if("ok"in e){var n=e.ok.features||{};if(this.config.themeConfig&&n.custom_theme){var r="custom-"+this.id;Wn.add(r,Wn.extend(Wn.active(),this.config.themeConfig)),Wn.use(r),this.challenge.style()}}return"invisible"===this.config.size?("err"in e&&console.error("[hCaptcha] "+e.err.message),Promise.resolve()):this.checkbox.ready.then((function(){return t.checkbox.chat.send("site-setup",e),new Promise((function(e){t.checkbox.chat.listen("checkbox-loaded",(function(){e()}))}))}))};var Fn=0,Bn=["hl","custom","tplinks","sitekey","theme","size","tabindex","challenge-container","confirm-nav","orientation","mode"];function In(e,t){if(e)try{e.updateTranslation(t)}catch(Kn){Oe("translation",Kn)}}function Ln(e,t){return new Promise((function(n,r){var i=setTimeout((function(){r(new Error("timeout"))}),t);e.then((function(e){clearTimeout(i),n(e)}))["catch"]((function(e){clearTimeout(i),r(e)}))}))}var Dn={render:function(e,t){if("string"==typeof e&&(e=document.getElementById(e)),e&&1===e.nodeType)if(function(e){if(!e||!("challenge-container"in e))return!0;var t=e["challenge-container"];return"string"==typeof t&&(t=document.getElementById(t)),!!t&&1===t.nodeType}(t)){if(!1!==gn.isSupported()){for(var n,r,i=e.getElementsByTagName("iframe"),o=-1;++oupgrade your browser or enable it for hCaptcha.com")}else console.log("[hCaptcha] render: invalid challenge container '"+t["challenge-container"]+"'.");else console.log("[hCaptcha] render: invalid container '"+e+"'.")},reset:function(e){var t;if(e){if(!(t=pn.getById(e)))throw new sn(e);t.reset()}else{if(!(t=pn.getByIndex(0)))throw new cn;t.reset()}},remove:yn,execute:dn,getResponse:function(e){var t,n;if((n=e?pn.getById(e):pn.getByIndex(0))&&(t=n.checkbox.response||""),void 0!==t)return t;throw e?new sn(e):new cn},getRespKey:fn,close:function(e){var t=!1;if(!(t=e?pn.getById(e):pn.getByIndex(0)))throw e?new sn(e):new cn;t.closeChallenge({event:ne})},setData:function(e,t){if("object"!=typeof e||t||(t=e,e=null),!t||"object"!=typeof t)throw Error("[hCaptcha] invalid data supplied");var n=!1;if(!(n=e?pn.getById(e):pn.getByIndex(0)))throw e?new sn(e):new cn;Ae("Set data","hCaptcha","info");var r=n.challenge.setData.bind(n.challenge);n.onReady(r,t)},nodes:pn};!function(e){nn(0),ye.file="hcaptcha";var t=document.currentScript,n=!1,r=!1,i="on",o=ee.Browser.width()/ee.Browser.height(),a=!(!window.hcaptcha||!window.hcaptcha.render);function s(){var e=ee.Browser.width(),t=ee.Browser.height(),n=ee.System.mobile&&o!==e/t;o=e/t,u(),Dn.nodes.each((function(r){r.visible&&r.resize(e,t,n)}))}function c(e){l(),Dn.nodes.each((function(e){e.visible&&e.position()}))}function l(){var e=[ee.Browser.scrollX(),ee.Browser.scrollY(),document.documentElement.clientWidth/ee.Browser.width(),Date.now()];rn.circBuffPush("xy",e),en.circBuffPush("xy",e)}function u(){var e=[ee.Browser.width(),ee.Browser.height(),ee.System.dpr(),Date.now()];rn.circBuffPush("wn",e)}window.hcaptcha={render:function(){return a||console.warn("[hCaptcha] should not render before js api is fully loaded. `render=explicit` should be used in combination with `onload`."),Dn.render.apply(this,arguments)},remove:Dn.remove,execute:Dn.execute,reset:Dn.reset,close:Dn.close,setData:Dn.setData,getResponse:Dn.getResponse,getRespKey:Dn.getRespKey},wn.run(3e3),function(e){var t=Array.prototype.slice.call(arguments,1);!0!==Pt&&"interactive"!==document.readyState&&"loaded"!==document.readyState&&"complete"!==document.readyState?(Wt.push({fn:e,args:t}),!1===Zt&&Nt()):setTimeout((function(){e(t)}),1)}((function(){!function(){var o;o=t?[t]:document.getElementsByTagName("script");var a=-1,s=!1,c=null,l=null;for(;++a